xicheng79 3 years ago
parent
commit
f67f74a740
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/components/map.vue

+ 9 - 0
src/components/map.vue

@@ -289,6 +289,7 @@ export default {
           extent: extent,
           maxZoom: 18.5
         }),
+<<<<<<< HEAD
 
         controls: control.defaults({
           zoom: false
@@ -296,6 +297,14 @@ export default {
         // controls: control.defaults().extend([
         //   new control.MousePosition()
         // ])
+=======
+        // controls: control.defaults({
+        //   // zoom: false
+        // }),
+        controls: control.defaults().extend([
+          // new control.MousePosition()
+        ])
+>>>>>>> 19d9fc0c8fe457c51837e189f7721ce5e42e3f49
       })
       setTimeout(function () { map.updateSize() })
     },