From 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Tue, 17 Nov 2020 10:43:54 +0800
Subject: [PATCH] 地图图标
---
config.json | 66 ++++++++++++++++----------------
1 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/config.json b/config.json
index 10aebb3..cc1d00f 100644
--- a/config.json
+++ b/config.json
@@ -267,33 +267,6 @@
},
"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",
@@ -313,6 +286,33 @@
"type": "wmts",
"url": "http://t0.tianditu.gov.cn/cva_w/wmts?tk=e9533f5acb2ac470b07f406a4d24b4f0",
"layer": "cva",
+ "style": "default",
+ "format": "tiles",
+ "tileMatrixSetID": "w",
+ "maximumLevel": 17
+ }
+ ]
+ },
+ {
+ "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",
@@ -346,7 +346,7 @@
{
"name": "百度",
"tooltip": "百度",
- "iconUrl": "images/basemaps/baiduimage.png",
+ "iconUrl": "images/basemaps/baidu.png",
"layers": [
{
"label": "百度",
@@ -358,7 +358,7 @@
{
"name": "高德",
"tooltip": "高德",
- "iconUrl": "images/basemaps/gaod.jpg",
+ "iconUrl": "images/basemaps/gaod.png",
"layers": [
{
"label": "高德",
@@ -369,7 +369,7 @@
{
"name": "腾讯",
"tooltip": "腾讯",
- "iconUrl": "images/basemaps/tenx.jpg",
+ "iconUrl": "images/basemaps/tenx.png",
"layers": [
{
"label": "腾讯",
@@ -380,12 +380,12 @@
]
},
{
- "name": "Gis",
- "tooltip": "Gis",
+ "name": "ArcGis",
+ "tooltip": "ArcGis",
"iconUrl": "images/basemaps/gis.jpg",
"layers": [
{
- "type": "gis"
+ "type": "ArcGis"
}
]
},
--
Gitblit v1.9.3