Skip to content

Commit 4bd389c

Browse files
committed
mapbox、maplibre、组件 示例头部增加三方库引用信息 review by qiwei
1 parent b4736f7 commit 4bd389c

File tree

256 files changed

+1069
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+1069
-19
lines changed

examples/component/components_animate_marker_layer_react.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 ant-design (https://github.com/ant-design/ant-design)
6+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/component/components_animate_marker_layer_vue.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 vue-iclient (https://github.com/SuperMap/vue-iclient)
6+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/component/components_attributes_vue.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 vue-iclient (https://github.com/SuperMap/vue-iclient)
6+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/component/components_basic_vue.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 Echarts (https://github.com/apache/echarts)
6+
* echarts-liquidfill (https://github.com/ecomfe/echarts-liquidfill)
7+
* vue-iclient (https://github.com/SuperMap/vue-iclient)
8+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js)
9+
*********************************************************************-->
410
<!DOCTYPE html>
511
<html>
612

examples/component/components_border_vue.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 Echarts (https://github.com/apache/echarts)
6+
* vue-echarts (https://github.com/ecomfe/vue-echarts)
7+
* vue-iclient (https://github.com/SuperMap/vue-iclient)
8+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js)
9+
*********************************************************************-->
410
<!DOCTYPE html>
511
<html>
612
<head>

examples/component/components_chart.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 Echarts (https://github.com/apache/echarts)
6+
*********************************************************************-->
47
<!DOCTYPE html>
58
<html lang="en-US">
69

examples/component/components_chart_vue.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 Echarts (https://github.com/apache/echarts)
6+
* vue-echarts (https://github.com/ecomfe/vue-echarts)
7+
* vue-iclient (https://github.com/SuperMap/vue-iclient)
8+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js)
9+
*********************************************************************-->
410
<!DOCTYPE html>
511
<html>
612
<head>

examples/component/components_city_smart_economic_vue.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 Echarts (https://github.com/apache/echarts)
6+
* vue-echarts (https://github.com/ecomfe/vue-echarts)
7+
* ant-design-vue (https://github.com/vueComponent/ant-design-vue)
8+
* vue-cesium-v2 (https://github.com/zouyaoji/vue-cesium-v2)
9+
* vue-iclient (https://github.com/SuperMap/vue-iclient)
10+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js)
11+
*********************************************************************-->
412
<!DOCTYPE html>
513
<html>
614
<head>

examples/component/components_city_smart_livelihood_vue.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 Echarts (https://github.com/apache/echarts)
6+
* echarts-liquidfill (https://github.com/ecomfe/echarts-liquidfill)
7+
* vue-echarts (https://github.com/ecomfe/vue-echarts)
8+
* ant-design-vue (https://github.com/vueComponent/ant-design-vue)
9+
* vue-cesium-v2 (https://github.com/zouyaoji/vue-cesium-v2)
10+
* vue-iclient (https://github.com/SuperMap/vue-iclient)
11+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js)
12+
*********************************************************************-->
413
<!DOCTYPE html>
514
<html>
615
<head>

examples/component/components_city_smart_management_vue.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入 Echarts (https://github.com/apache/echarts)
6+
* echarts-liquidfill (https://github.com/ecomfe/echarts-liquidfill)
7+
* vue-echarts (https://github.com/ecomfe/vue-echarts)
8+
* ant-design-vue (https://github.com/vueComponent/ant-design-vue)
9+
* vue-cesium-v2 (https://github.com/zouyaoji/vue-cesium-v2)
10+
* vue-iclient (https://github.com/SuperMap/vue-iclient)
11+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js)
12+
*********************************************************************-->
413
<!DOCTYPE html>
514
<html>
615
<head>

0 commit comments

Comments
 (0)