We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fa206 commit 1cd4bebCopy full SHA for 1cd4beb
1 file changed
tests/test_folium.py
@@ -396,7 +396,7 @@ def test_geo_json_str(self):
396
397
# Verify the geo_json object
398
obj_temp = jinja2.Template("""
399
- var {{ this.get_name() }} = L.geoJson({{ json.dumps(this.data) }})
+ var {{ this.get_name() }} = L.geoJson({{ this.style_data() }})
400
.addTo({{ this._parent.get_name() }});
401
{{ this.get_name() }}.setStyle(function(feature) {return feature.properties.style;});
402
""")
0 commit comments