mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 02:48:03 +00:00
Reduce default cluster radius
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user