We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f11497 commit 4a2c0deCopy full SHA for 4a2c0de
app/components/leaflet.directive.js
@@ -40,7 +40,7 @@
40
41
var map = new L.map(element[0], {
42
minZoom: 2,
43
- maxZoom: 18,
+ maxZoom: 25,
44
worldCopyJump: true,
45
scrollWheelZoom: true
46
}).setView([51.04139389812637, 10.2172851562], 3);
@@ -51,7 +51,7 @@
51
var mcg = L.markerClusterGroup({
52
maxClusterRadius: 2 * rmax,
53
iconCreateFunction: defineClusterIcon,
54
- disableClusteringAtZoom: 17,
+ disableClusteringAtZoom: 24,
55
spiderfyOnMaxZoom: false,
56
showCoverageOnHover: false,
57
chunkedLoading: true
0 commit comments