|
@@ -209,8 +209,8 @@ export default {
|
|
|
//限制拖动
|
|
|
// this.bMap.setMaxBounds(geo2.getBounds());
|
|
|
// this.bMap.fitBounds(geo2.getBounds());
|
|
|
- this.bMap.setMaxBounds([[43.42301,124.174976],[53.561657,135.086264]]);
|
|
|
- this.bMap.fitBounds([[43.42301,124.174976],[53.561657,135.086264]]);
|
|
|
+ this.bMap.setMaxBounds([[43.42301,122.574976],[53.561657,135.086264]]);
|
|
|
+ this.bMap.fitBounds([[43.42301,122.574976],[53.561657,135.086264]]);
|
|
|
const layers = geo2.getLayers();
|
|
|
for (const item of layers) {
|
|
|
const layer = item.feature;
|