Browse Source

修改了”地图下端的空白条“

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

+ 0 - 9
src/components/map.vue

@@ -289,7 +289,6 @@ export default {
           extent: extent,
           maxZoom: 18.5
         }),
-<<<<<<< HEAD
 
         controls: control.defaults({
           zoom: false
@@ -297,14 +296,6 @@ 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() })
     },