diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index b95a09f..927f0ed 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -9,10 +9,10 @@ ], "init": { "center": [ - 109.488, - 36.596 + 109.478, + 36.606 ], - "zoom": 13, + "zoom": 14, "pitch": 55, "style": null, "localStyle": "/static/libs/mapbox/style/customs/night-style.json" diff --git a/public/static/libs/mapbox/style/floodOneMap.json b/public/static/libs/mapbox/style/floodOneMap.json index b95a09f..927f0ed 100644 --- a/public/static/libs/mapbox/style/floodOneMap.json +++ b/public/static/libs/mapbox/style/floodOneMap.json @@ -9,10 +9,10 @@ ], "init": { "center": [ - 109.488, - 36.596 + 109.478, + 36.606 ], - "zoom": 13, + "zoom": 14, "pitch": 55, "style": null, "localStyle": "/static/libs/mapbox/style/customs/night-style.json" diff --git a/src/views/oneMap/components/ZTGL.vue b/src/views/oneMap/components/ZTGL.vue index f524835..ca21fac 100644 --- a/src/views/oneMap/components/ZTGL.vue +++ b/src/views/oneMap/components/ZTGL.vue @@ -38,8 +38,8 @@ if (!newfiberMapbox) return; if (!newfiberMapbox.map.getLayer('buildingLayer')) return; newfiberMapbox.map.easeTo({ - center: [109.488, 36.596], - zoom: 13, + center: [109.478, 36.606], + zoom: 14, }); const layer = new mapboxL7.LineLayer({ name: 'testProjection',