mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
map fix
This commit is contained in:
parent
0d32f42d26
commit
2460de9713
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
" label: lbl\n" \
|
||||
" });\n" \
|
||||
" });\n" \
|
||||
" var markerCluster = new MarkerClusterer(map,markers,{imagePath: 'https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m',maxZoom:7,minimumClusterSize:4,zoomOnClick:true});\n" \
|
||||
" var markerCluster = new MarkerClusterer(map,markers,{imagePath: 'https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m',maxZoom:8,minimumClusterSize:3,zoomOnClick:true});\n" \
|
||||
" }\n" \
|
||||
" var locations = ["
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue