From 11cee6d31bdbcac0ad1b8eb73a1ecf568f9ec9d2 Mon Sep 17 00:00:00 2001 From: Marius Merschformann Date: Thu, 1 Aug 2024 20:44:14 +0200 Subject: [PATCH 1/2] Deactivate now unavailable maki markers --- nextplot/geojson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} From cb88fb667861b37b0c964ed83b8f4b735d59ff9e Mon Sep 17 00:00:00 2001 From: nextmv-bot Date: Thu, 1 Aug 2024 19:11:32 +0000 Subject: [PATCH 2/2] Bump version to v0.1.5 --- nextplot/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"