Skip to content

Commit 6314385

Browse files
committed
增加新版的中国2000坐标系的说明以及配置项
1 parent af37b6e commit 6314385

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

config/config-mapboxgl.js

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,43 @@ var config = {
33
title: "MapGIS WebClinet-MapboxGL演示网站",
44
mapmode: "mapbox",
55
childs: [
6+
{
7+
name: "中国2000坐标",
8+
materialicon: "map",
9+
folder: "crs",
10+
leaffolder: true,
11+
childs: [{
12+
name: "2000坐标系-栅格影像",
13+
file: "4326_raster_img",
14+
diffcult: "1",
15+
detail: "2000坐标系-栅格影像",
16+
icon: "4326_raster_img.png",
17+
update: "最后更新时间:2019-01-16"
18+
},
19+
{
20+
name: "2000坐标系-栅格矢量",
21+
file: "4326_raster_vec",
22+
diffcult: "1",
23+
detail: "2000坐标系-栅格矢量",
24+
icon: "4326_raster_vec.png",
25+
update: "最后更新时间:2019-01-16"
26+
},
27+
{
28+
name: "2000坐标系-栅格地形",
29+
file: "4326_raster_ter",
30+
diffcult: "1",
31+
detail: "2000坐标系-栅格地形",
32+
icon: "4326_raster_ter.png",
33+
update: "最后更新时间:2019-01-16"
34+
},{
35+
name: "2000坐标系-矢量瓦片",
36+
file: "4326_vector",
37+
diffcult: "1",
38+
detail: "2000坐标系-矢量瓦片",
39+
icon: "4326_vector.png",
40+
update: "最后更新时间:2019-01-16"
41+
}]
42+
},
643
{
744
name: "地图功能",
845
materialicon: "map",

0 commit comments

Comments
 (0)