소스 검색

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 년 전
부모
커밋
6bcba757cd
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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({