Skip to content

Commit 4d4ae11

Browse files
enabled scale control in GMAPS, fix #44
1 parent f383f5d commit 4d4ae11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function load() {
162162
streetViewControl: false,
163163
rotateControl: false,
164164
panControl: false,
165-
scaleControl: false,
165+
scaleControl: true,
166166
zoomControl: true,
167167
zoomControlOptions: {
168168
style: google.maps.ZoomControlStyle.DEFAULT

0 commit comments

Comments
 (0)