From df1c052d1f0d368cb78ebb1831980745bca11edc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 10 Jun 2021 11:56:18 +0800
Subject: [PATCH] 数据图表的查询渲染
---
config.json | 144 +++++++++++++++++++++++------------------------
1 files changed, 70 insertions(+), 74 deletions(-)
diff --git a/config.json b/config.json
index 2c12c7f..c96838d 100644
--- a/config.json
+++ b/config.json
@@ -32,9 +32,9 @@
{
"uri": "widgets/Tool/Widget",
"position": {
- "right": 96,
+ "right": 82,
"top": 20,
- "height": "32px",
+ "height": "36px",
"width": "86px",
"relativeTo": "map"
}
@@ -44,25 +44,18 @@
"position": {
"right": 10,
"top": 20,
- "height": "32px",
- "width": "86px",
+ "height": "36px",
+ "width": "72px",
"relativeTo": "map"
}
},
- {
- "uri": "widgets/HelpButton/Widget",
- "position": {
- "right": 10,
- "bottom": 40,
- "relativeTo": "map"
- }
- },
+
{
"uri": "widgets/HomeButton/Widget",
"position": {
"right": 10,
- "bottom": 120,
+ "bottom": 196,
"relativeTo": "map"
}
},
@@ -70,7 +63,31 @@
"uri": "widgets/FullScreen/Widget",
"position": {
"right": 10,
- "bottom": 80,
+ "bottom": 156,
+ "relativeTo": "map"
+ }
+ },
+ {
+ "uri": "widgets/VrButton/Widget",
+ "position": {
+ "right": 10,
+ "bottom": 116,
+ "relativeTo": "map"
+ }
+ },
+ {
+ "uri": "widgets/SceneMode/Widget",
+ "position": {
+ "right": 10,
+ "bottom": 76,
+ "relativeTo": "map"
+ }
+ },
+ {
+ "uri": "widgets/HelpButton/Widget",
+ "position": {
+ "right": 10,
+ "bottom": 36,
"relativeTo": "map"
}
},
@@ -105,7 +122,7 @@
"position": {
"right": 10,
"top": 96,
- "width": "400px",
+ "width": "472px",
"height": "50px",
"relativeTo": "map"
}
@@ -170,6 +187,19 @@
}, {
"name": "左侧导航栏",
"uri": "widgets/LeftNavigationBar/Widget"
+ }, {
+ "name": "要素标绘",
+ "uri": "widgets/plottingP/Widget",
+ "position": {
+ "right": 600,
+ "top": 96,
+ "width": "350px",
+ "height": "800px",
+ "relativeTo": "map"
+ }
+ },{
+ "name": "搜索弹窗表格各项弹窗",
+ "uri": "widgets/searchTabaPopup/Widget"
}
],
"groups": [],
@@ -181,8 +211,8 @@
}
},
"map": {
- "3D": true,
- "2D": false,
+ "3D": false,
+ "2D": true,
"position": {
"left": 0,
"top": 0,
@@ -190,50 +220,6 @@
"bottom": 0
},
"imageryProviderViewModels": [
- {
- "name": "天地图影像",
- "tooltip": "天地图全球影像地图服务(国家测绘局)",
- "iconUrl": "images/basemaps/tiandituimage.png",
- "layers": [
- {
- "label": "天地图影像",
- "type": "wmts",
- "url": "http://t0.tianditu.gov.cn/img_w/wmts?tk=e9533f5acb2ac470b07f406a4d24b4f0",
- "layer": "img",
- "style": "default",
- "format": "tiles",
- "tileMatrixSetID": "w",
- "maximumLevel": 17
- },
- {
- "label": "天地图影像标注",
- "type": "wmts",
- "url": "http://t0.tianditu.gov.cn/cia_w/wmts?tk=e9533f5acb2ac470b07f406a4d24b4f0",
- "layer": "cia",
- "style": "default",
- "format": "tiles",
- "tileMatrixSetID": "w",
- "maximumLevel": 17
- }
- ]
- },
- {
- "name": "赣州电子地图",
- "tooltip": "赣州电子地图",
- "iconUrl": "images/basemaps/tianditushiliang.png",
- "layers": [
- {
- "label": "赣州电子地图",
- "type": "wmts",
- "url": "http://sw797.com:6080/arcgis/rest/services/GZHS/MapServer/WMTS",
- "layer": "GZHS",
- "style": "default",
- "format": "image/jpgpng",
- "tileMatrixSetID": "default028mm",
- "maximumLevel": 17
- }
- ]
- },
{
"name": "天地图矢量",
"tooltip": "天地图矢量",
@@ -260,16 +246,31 @@
"maximumLevel": 17
}
]
- },
+ },
{
- "name": "离线影像",
- "tooltip": "赣州市离线影像",
- "iconUrl": "images/basemaps/gzyx.png",
+ "name": "天地图影像",
+ "tooltip": "天地图全球影像地图服务(国家测绘局)",
+ "iconUrl": "images/basemaps/tiandituimage.png",
"layers": [
{
- "label": "赣州市离线影像",
- "type": "url",
- "url": "http://www.sw797.com:10011/gzsw3D/v2/data/wp/{z}/{x}/{y}.png"
+ "label": "天地图影像",
+ "type": "wmts",
+ "url": "http://t0.tianditu.gov.cn/img_w/wmts?tk=e9533f5acb2ac470b07f406a4d24b4f0",
+ "layer": "img",
+ "style": "default",
+ "format": "tiles",
+ "tileMatrixSetID": "w",
+ "maximumLevel": 17
+ },
+ {
+ "label": "天地图影像标注",
+ "type": "wmts",
+ "url": "http://t0.tianditu.gov.cn/cia_w/wmts?tk=e9533f5acb2ac470b07f406a4d24b4f0",
+ "layer": "cia",
+ "style": "default",
+ "format": "tiles",
+ "tileMatrixSetID": "w",
+ "maximumLevel": 17
}
]
}
@@ -280,12 +281,6 @@
"tooltip": "WGS84标准球体",
"iconUrl": "images/basemaps/TerrainEllipsoid.png",
"url": ""
- },
- {
- "name": "赣州地形",
- "tooltip": "由 普适科技 提供的赣州地形",
- "iconUrl": "images/basemaps/TerrainSTK.png",
- "url": "http://www.sw797.com:10011/gzsw3D/v2/data/gzdx"
}
],
"mapOptions": {
@@ -299,6 +294,7 @@
"baseLayerPicker": true,
"fullscreenButton": false,
"geocoder": false,
+ "vrButton": false,
"homeButton": false,
"infoBox": false,
"sceneModePicker": false,
--
Gitblit v1.9.3