diff --git a/nextplot/__about__.py b/nextplot/__about__.py index 5dcfe50..c606576 100644 --- a/nextplot/__about__.py +++ b/nextplot/__about__.py @@ -1 +1 @@ -__version__ = "v0.1.4" +__version__ = "v0.1.5" diff --git a/nextplot/geojson.py b/nextplot/geojson.py index 1a6dfe1..113781f 100644 --- a/nextplot/geojson.py +++ b/nextplot/geojson.py @@ -79,7 +79,7 @@ class StyledGeoJson(JSCSSMixin, Layer): var {{ this.get_name() }} = L.geoJson({{ this.data }}, { useSimpleStyle: true, - useMakiMarkers: true + useMakiMarkers: false } ).addTo({{ this._parent.get_name() }}); {% endmacro %}