|
@@ -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()
|