diff --git a/plugins/tiddlywiki/geospatial/widgets/geomap.js b/plugins/tiddlywiki/geospatial/widgets/geomap.js index 22a3406df..802665ec3 100644 --- a/plugins/tiddlywiki/geospatial/widgets/geomap.js +++ b/plugins/tiddlywiki/geospatial/widgets/geomap.js @@ -88,7 +88,9 @@ GeomapWidget.prototype.renderMap = function(domNode) { } }); // Track the geomarkers filter - var markers = $tw.Leaflet.markerClusterGroup(); + var markers = $tw.Leaflet.markerClusterGroup({ + maxClusterRadius: 40 + }); map.addLayer(markers); this.trackerGeoMarkersFilter = new FilterTracker({ wiki: this.wiki,