Skip to content

Commit 9cba943

Browse files
zoom control type is always large
1 parent edac2a0 commit 9cba943

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 71
2+
# version 72
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

js/tracker.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ function load() {
7777
panControl: false,
7878
scaleControl: false,
7979
zoomContro: true,
80+
zoomControlOptions: {
81+
style: google.maps.ZoomControlStyle.LARGE
82+
},
8083
scrollwheel: true
8184
});
8285

0 commit comments

Comments
 (0)