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