|
@@ -15,8 +15,8 @@ const isInternet = window.cusConfig?.mapInternet
|
|
|
const baseMapView = {
|
|
|
center: [109.6915958479584, 19.111636735969318],
|
|
|
projection: "EPSG:4326",
|
|
|
- zoom: 9
|
|
|
- // extent: [120.8953306326286,31.3667480047968,121.37735577911297,31.692561298253832]
|
|
|
+ zoom: 9,
|
|
|
+ extent: [104,15,115,22]
|
|
|
}
|
|
|
const initBaseLayer = (obj: any) => {
|
|
|
const layers: any = []
|