Skip to content

Commit 3e2686b

Browse files
【update】 新增行业模板库, 新增自然资源平台模板, 生态大平台模板 review by songym
1 parent f9e0551 commit 3e2686b

24 files changed

+8859
-1502
lines changed

dist/mapboxgl/iclient-mapboxgl-vue.css

Lines changed: 3024 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-vue.js

Lines changed: 2659 additions & 1447 deletions
Large diffs are not rendered by default.

dist/mapboxgl/iclient-mapboxgl-vue.min.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-vue.min.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/component/components_ecologicalBigDataPlatform_vue.html

Lines changed: 1420 additions & 0 deletions
Large diffs are not rendered by default.

examples/component/components_natureResource_vue.html

Lines changed: 1617 additions & 0 deletions
Large diffs are not rendered by default.

examples/component/config.js

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -46,30 +46,6 @@ var exampleConfig = {
4646
fileName: 'components_vector_tile_vue',
4747
localIgnore: true
4848
},
49-
{
50-
name: '中国疫情',
51-
name_en: 'China NCP',
52-
version: '10.1.0',
53-
thumbnail: 'components_ncp_china_vue.png',
54-
fileName: 'components_ncp_china_vue',
55-
localIgnore: true
56-
},
57-
{
58-
name: '全球疫情',
59-
name_en: 'Global NCP',
60-
version: '10.1.0',
61-
thumbnail: 'components_ncp_world_vue.png',
62-
fileName: 'components_ncp_world_vue',
63-
localIgnore: true
64-
},
65-
{
66-
name: '疫情国家紧急状态',
67-
name_en: 'National Emergency',
68-
version: '10.1.0',
69-
thumbnail: 'components_ncp_world.png',
70-
fileName: 'components_ncp_world',
71-
localIgnore: true
72-
},
7349
{
7450
name: '地图卷帘',
7551
name_en: 'Map Compare',
@@ -412,21 +388,6 @@ var exampleConfig = {
412388
thumbnail: 'components_theme_vue.png',
413389
fileName: 'components_theme_vue',
414390
localIgnore: true
415-
},
416-
{
417-
name: '土地利用示例',
418-
name_en: 'Land use example',
419-
version: '10.0.0',
420-
thumbnail: 'components_demo_vue.png',
421-
fileName: 'components_demo_vue',
422-
localIgnore: true
423-
},
424-
{
425-
name: '房产项目可视化监控平台示例',
426-
name_en: 'Estate project visual monitoring platform example',
427-
version: '10.0.0',
428-
thumbnail: 'components_estateMonitoringPlatform_vue.png',
429-
fileName: 'components_estateMonitoringPlatform_vue'
430391
}
431392
]
432393
}
79.8 KB
Loading
91.5 KB
Loading
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
var exampleConfig = {
2+
vuecomponents_mbgl: {
3+
name: '行业模板',
4+
name_en: 'Industry Template',
5+
content: {
6+
others_vue: {
7+
name: '模板',
8+
name_en: 'Template',
9+
content: [
10+
{
11+
name: '生态大数据平台示例',
12+
name_en: 'Estate project visual monitoring platform example',
13+
version: '10.0.0',
14+
thumbnail: 'components_ecologicalBigDataPlatform_vue.png',
15+
fileName: 'components_ecologicalBigDataPlatform_vue'
16+
},
17+
{
18+
name: '自然资源平台大屏示例',
19+
name_en: 'Nature Resource platform example',
20+
version: '10.0.0',
21+
thumbnail: 'components_natureResource_vue.png',
22+
fileName: 'components_natureResource_vue'
23+
},
24+
{
25+
name: '土地利用示例',
26+
name_en: 'Land use example',
27+
version: '10.0.0',
28+
thumbnail: 'components_demo_vue.png',
29+
fileName: 'components_demo_vue',
30+
localIgnore: true
31+
},
32+
{
33+
name: '房产项目可视化监控平台示例',
34+
name_en: 'Estate project visual monitoring platform example',
35+
version: '10.0.0',
36+
thumbnail: 'components_estateMonitoringPlatform_vue.png',
37+
fileName: 'components_estateMonitoringPlatform_vue'
38+
},
39+
{
40+
name: '中国疫情',
41+
name_en: 'China NCP',
42+
version: '10.1.0',
43+
thumbnail: 'components_ncp_china_vue.png',
44+
fileName: 'components_ncp_china_vue',
45+
localIgnore: true
46+
},
47+
{
48+
name: '全球疫情',
49+
name_en: 'Global NCP',
50+
version: '10.1.0',
51+
thumbnail: 'components_ncp_world_vue.png',
52+
fileName: 'components_ncp_world_vue',
53+
localIgnore: true
54+
},
55+
{
56+
name: '疫情国家紧急状态',
57+
name_en: 'National Emergency',
58+
version: '10.1.0',
59+
thumbnail: 'components_ncp_world.png',
60+
fileName: 'components_ncp_world',
61+
localIgnore: true
62+
}
63+
]
64+
}
65+
}
66+
}
67+
};

0 commit comments

Comments
 (0)