Selaa lähdekoodia

feat(js): migrate Google Maps options to be compatible with latest API

Google have deprecated and changed options in the API.

See https://developers.google.com/maps/documentation/javascript/reference/map
See #2075
Tony Lam 4 vuotta sitten
vanhempi
commit
6bcba757cd
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 4
      wowchemy/assets/js/wowchemy.js

+ 1 - 4
wowchemy/assets/js/wowchemy.js

@@ -263,12 +263,9 @@ function initMap() {
           style: 'SMALL',
           position: 'TOP_LEFT'
         },
-        panControl: false,
         streetViewControl: false,
         mapTypeControl: false,
-        overviewMapControl: false,
-        scrollwheel: true,
-        draggable: true
+        gestureHandling: "cooperative",
       });
 
       map.addMarker({