We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d5810 commit 87c0864Copy full SHA for 87c0864
tests/plugins/test_timestamped_geo_json.py
@@ -111,7 +111,7 @@ def test_timestamped_geo_json():
111
112
# Verify that the script is okay.
113
tmpl = Template("""
114
- {{this._parent.get_name()}}.timeDimension = L.timeDimension();
+ {{this._parent.get_name()}}.timeDimension = L.timeDimension({period:"{{this.period}}"});
115
{{this._parent.get_name()}}.timeDimensionControl = L.control.timeDimension({
116
position: 'bottomleft',
117
autoPlay: {{'true' if this.auto_play else 'false'}},
0 commit comments