Skip to content

Commit d58466e

Browse files
Merge pull request #9 from nextmv-io/merschformann/fix-simple-geojson-styling
Fixes simple geojson styling
2 parents 28cf512 + 11cee6d commit d58466e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextplot/geojson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class StyledGeoJson(JSCSSMixin, Layer):
7979
var {{ this.get_name() }} = L.geoJson({{ this.data }},
8080
{
8181
useSimpleStyle: true,
82-
useMakiMarkers: true
82+
useMakiMarkers: false
8383
}
8484
).addTo({{ this._parent.get_name() }});
8585
{% endmacro %}

0 commit comments

Comments
 (0)