From c569c82d551fda37c6cfb3dce34d91446fce377f Mon Sep 17 00:00:00 2001 From: WmjXiaoJun <261235953@qq.com> Date: Fri, 14 Mar 2025 09:29:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config/config.json | 45 ++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 24 deletions(-) diff --git a/public/config/config.json b/public/config/config.json index b9ba72f..a20885d 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,6 +1,6 @@ { - - "serverURL": "http://localhost:5237/mapdata", + + "serverURL": "http://localhost:9905/mapdata", "xj3d": { "homeButton": false, "sceneModePicker": false, @@ -11,12 +11,12 @@ "vrButton": false, "fullscreenButton": false, "geocoder": false, - "showRenderLoopErrors": false, + "showRenderLoopErrors": false, "center":{"y":11.862015,"x":100.491438,"z":14350334.7,"heading":0,"pitch":-89,"roll":0}, "minzoom": 1, "maxzoom": 50000000, - "style": { "atmosphere": false, "lighting": false, "fog": false, "testTerrain": false }, - "contextmenu":true, + "style": { "atmosphere": false, "lighting": false, "fog": false, "testTerrain": false }, + "contextmenu":true, "mouseZoom": false, "location": { "fps":true, @@ -29,7 +29,7 @@ }, "terrain": { "url": "http://data.marsgis.cn/terrain", - "visible": true + "visible": false }, "basemaps": [ { @@ -64,7 +64,8 @@ "name": "微软卫星", "icon": "img/basemaps/bingAerial.png", "type": "www_bing", - "layer": "Aerial" + "layer": "Aerial", + "visible": true }, { "pid": 10, @@ -73,13 +74,9 @@ "type": "www_tdt", "layer": "img_d", "key": [ - "313cd4b28ed520472e8b43de00b2de56", - "83b36ded6b43b9bc81fbf617c40b83b5", - "0ebd57f93a114d146a954da4ecae1e67", - "6c99c7793f41fccc4bd595b03711913e", - "56b81006f361f6406d0e940d2f89a39c" + "fa514c882a3f5f6a942e09b7da010247" ], - "visible": true + "visible": false }, { "pid": 10, @@ -89,8 +86,8 @@ "layers": [ { "name": "底图", "type": "www_tdt", "layer": "vec_d", "key": ["313cd4b28ed520472e8b43de00b2de56" ] }, { "name": "注记", "type": "www_tdt", "layer": "vec_z", "key": [ "83b36ded6b43b9bc81fbf617c40b83b5" ] } - ] - }, + ] + }, { "pid": 10, "name": "OSM地图", @@ -98,18 +95,18 @@ "icon": "img/basemaps/osm.png", "url": "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "subdomains": "abc" - }, + }, { "pid": 10, "name": "离线地图", "type": "group", "icon": "img/basemaps/google_img.png", - "visible": false, + "visible": true, "layers": [ - { - "name": "世界影像", + { + "name": "世界影像", "type": "tms", - "url": "$serverURL$/worldimage/tiles/" + "url": "$serverURL$/worldimage/tiles/" } ] } @@ -117,12 +114,12 @@ "operationallayers": [ { "name": "行政区划界线", - "type": "xyz", + "type": "xyz", "url": "https://t{s}.tianditu.gov.cn/DataServer?T=ibo_w&x={x}&y={y}&l={z}&tk=56b81006f361f6406d0e940d2f89a39c", "subdomains": "01234567", "maximumLevel": 10, - "visible": true - }, + "visible": false + }, { "pid": 10, "name": "天地图注记", @@ -165,4 +162,4 @@ ] } -} \ No newline at end of file +}