mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-22 06:56:54 +02:00
map fix
This commit is contained in:
parent
2460de9713
commit
0d2c87fe4e
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:8,minimumClusterSize:3,zoomOnClick:true});\n" \
|
||||
" var markerCluster = new MarkerClusterer(map,markers,{imagePath: 'https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m',maxZoom:13,minimumClusterSize:2,zoomOnClick:true});\n" \
|
||||
" }\n" \
|
||||
" var locations = ["
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue