XWWitPark/witpark_jzzs/xw_jzzs_web/public/config/config.json

93 lines
3.0 KiB
JSON
Raw Normal View History

2024-09-12 00:10:00 +00:00
{
"serverURL": "http://192.168.1.249:9876/mapdata",
"map3d": {
"homeButton": false,
"sceneModePicker": false,
"navigationHelpButton": false,
"animation": false,
"timeline": false,
"infoBox": false,
"vrButton": false,
"fullscreenButton": false,
"geocoder": false,
"showRenderLoopErrors": false,
"center":{"y":34.797804,"x":109.93693,"z":10142.66,"heading":357.3,"pitch":-87.3,"roll":359.8},
"minzoom": 1,
"maxzoom": 50000000,
"style": { "atmosphere": false, "lighting": false, "fog": false, "testTerrain": false },
"contextmenu":true,
"mouseZoom": false,
"location": {
"fps":true,
"format":"<div>经度:{x}</div> <div>纬度:{y}</div> <div>海拔:{z}米</div> <div>方向:{heading}度</div> <div>俯仰角:{pitch}度</div> <div>视高:{height}米</div>",
"crs":"degrese"
},
"navigation": {
"legend": { "left": "0px", "bottom": "-1px"},
"compass": { "bottom": "0px", "right": "0px","display": "none"}
},
"terrain": {
"url": "http://data.marsgis.cn/terrain",
"visible": false
},
"basemaps": [
{
"id": 10,
"name": "地图底图",
"type": "group"
},
{
"pid": 10,
"name": "影像",
"icon": "img/basemaps/bingAerial.png",
"type": "www_bing",
"layer": "Aerial",
"visible": false
},
{
"pid": 10,
"name": "蓝色底图",
"icon": "img/basemaps/bd-c-midnight.png",
"crs": "gcj",
"type": "arcgis",
"url": "http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer",
"enablePickFeatures": false,
"visible": true
},
{
"pid": 10,
"name": "世界",
"type": "group",
"icon": "img/basemaps/TerrainSTK.png",
"crs": "EPSG:4326",
"visible": false,
"layers": [
{
"name": "全球",
"type": "tms",
"url": "$serverURL$/maptile/yingxiang/shijie0_9/tiles/"
}
]
}
],
"operationallayers": [
{
"id": 60,
"name": "地形",
"type": "group"
},
{
"pid": 60,
"type": "terrain",
"name": "无地形",
"terrain": {
"type": "cesium"
},
"radio":true
}
]
}
}