fix:地图显示显示范围
This commit is contained in:
parent
06d5776843
commit
032883810c
|
@ -65,6 +65,7 @@ export default {
|
||||||
zoom: this.zoom,
|
zoom: this.zoom,
|
||||||
maxZoom: this.maxZoom,
|
maxZoom: this.maxZoom,
|
||||||
minZoom: this.minZoom,
|
minZoom: this.minZoom,
|
||||||
|
extent: [-20037508.34 - 3500000, -20037508.34 , 20037508.34 + 3500000, 20037508.34],
|
||||||
})
|
})
|
||||||
|
|
||||||
this.map = new Map({
|
this.map = new Map({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user