zhaobao 2 years ago
parent
commit
d5489e99c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/aqpt/visualEditor/index.vue

+ 1 - 1
src/views/aqpt/visualEditor/index.vue

@@ -249,7 +249,7 @@ export default {
         }
         return yx(y, x)
       }
-      var bounds = [xy(-330, -255), xy(330, 255)]
+      var bounds = [xy(-264, -204), xy(264, 204)]
       L.imageOverlay(this.mapRasterLayer, bounds).addTo(this.map)
       this.map.fitBounds(bounds)
       this.getLayers()