Skip to content

Commit cf4da56

Browse files
author
潘卓然-中地数码台式机
committed
增加leaflet OGC的中地数码igserver的示例以及帮助说明并更新文档
1 parent 15a7951 commit cf4da56

24 files changed

Lines changed: 71 additions & 9 deletions

config/config-leaflet.js

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -320,48 +320,61 @@ var config = {
320320
detail: "Google-外网3857",
321321
icon: "googlemapdisplayonline.png",
322322
update: "最后更新时间:2018-06-01"
323-
}, {
324-
name: "加载OGC的WMTS图层-4326-BUG",
323+
}]
324+
},
325+
{
326+
name: "OGC",
327+
materialicon: "map",
328+
folder: "ogc",
329+
leaffolder: true,
330+
childs: [{
331+
name: "加载OGC的WMTS图层-4326",
325332
file: "ogcwmts",
326333
diffcult: "1",
327334
detail: "加载OGC的WMTS图层",
328335
icon: "ogcwmts.png",
329-
update: "最后更新时间:2018-06-01"
336+
update: "最后更新时间:2018-06-01",
337+
person:"基础平台/创新中心-潘卓然"
330338
}, {
331339
name: "加载OGC的WMS图层-4326",
332340
file: "ogcwms",
333341
diffcult: "1",
334342
detail: "加载OGC的WMS图层",
335343
icon: "ogcwms.png",
336-
update: "最后更新时间:2018-06-01"
344+
update: "最后更新时间:2018-06-01",
345+
person:"基础平台/创新中心-潘卓然"
337346
}, {
338347
name: "WFS地图显示-4326",
339348
file: "ogcwfs",
340349
diffcult: "1",
341350
detail: "WFS地图显示",
342351
icon: "ogcwfs.png",
343-
update: "最后更新时间:2018-06-01"
352+
update: "最后更新时间:2018-06-01",
353+
person:"基础平台/创新中心-潘卓然"
344354
}, {
345355
name: "加载OGC的WMTS图层-3857",
346356
file: "ogcwmts3857",
347357
diffcult: "1",
348358
detail: "加载OGC的WMTS图层-EPSG:3857",
349359
icon: "ogcwmts3857.png",
350-
update: "最后更新时间:2018-06-02"
360+
update: "最后更新时间:2018-06-02",
361+
person:"基础平台/创新中心-潘卓然"
351362
}, {
352363
name: "加载OGC的WMS图层-3857",
353364
file: "ogcwms3857",
354365
diffcult: "1",
355366
detail: "加载OGC的WMS图层-EPSG:3857",
356367
icon: "ogcwms3857.png",
357-
update: "最后更新时间:2018-06-02"
368+
update: "最后更新时间:2018-06-02",
369+
person:"基础平台/创新中心-潘卓然"
358370
}, {
359371
name: "WFS地图显示-3857",
360372
file: "ogcwfs3857",
361373
diffcult: "2",
362374
detail: "WFS地图显示-EPSG:3857",
363375
icon: "ogcwfs3857.png",
364-
update: "最后更新时间:2018-06-02"
376+
update: "最后更新时间:2018-06-02",
377+
person:"基础平台/创新中心-潘卓然"
365378
}]
366379
},
367380
{

config/config-mapboxgl.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,6 +1608,13 @@ var config = {
16081608
detail: "",
16091609
icon: "vsraster.png",
16101610
update: "最后更新时间:2018-09-04"
1611+
}, {
1612+
name: "拓扑关系vs无拓扑关系",
1613+
file: "topo",
1614+
diffcult: "1",
1615+
detail: "",
1616+
icon: "topo.bmp",
1617+
update: "最后更新时间:2018-10-19"
16111618
}]
16121619
},
16131620
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)