mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 01:26:43 +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