From 2802da3920634cc9c02ee3ceb993f5bfa5d49e8b Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Tue, 17 Nov 2020 09:52:38 +0800
Subject: [PATCH] 配置文件
---
config.json | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.json b/config.json
index 6f21fb5..5dfb0a3 100644
--- a/config.json
+++ b/config.json
@@ -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