mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-04 03:48:01 +00:00
Reduce default cluster radius
This commit is contained in:
@@ -88,7 +88,9 @@ GeomapWidget.prototype.renderMap = function(domNode) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
// Track the geomarkers filter
|
// Track the geomarkers filter
|
||||||
var markers = $tw.Leaflet.markerClusterGroup();
|
var markers = $tw.Leaflet.markerClusterGroup({
|
||||||
|
maxClusterRadius: 40
|
||||||
|
});
|
||||||
map.addLayer(markers);
|
map.addLayer(markers);
|
||||||
this.trackerGeoMarkersFilter = new FilterTracker({
|
this.trackerGeoMarkersFilter = new FilterTracker({
|
||||||
wiki: this.wiki,
|
wiki: this.wiki,
|
||||||
|
Reference in New Issue
Block a user