Skip to content

Commit d08c755

Browse files
committed
Merge branch 'master' of https://github.com/SuperMap/iClient-JavaScript into master
2 parents 9f87860 + 661e745 commit d08c755

File tree

432 files changed

+3449
-568
lines changed

Some content is hidden

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

432 files changed

+3449
-568
lines changed

examples/component/components_animate_marker_layer_react.html

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

examples/component/components_animate_marker_layer_vue.html

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

examples/component/components_attributes_vue.html

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

examples/component/components_basic_vue.html

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

examples/component/components_border_vue.html

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

examples/component/components_chart.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+
* 该示例需要引入
6+
* Echarts (https://github.com/apache/echarts)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html lang="en-US">
610

examples/component/components_chart_vue.html

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

examples/component/components_city_smart_economic_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+
* 该示例需要引入
6+
* Echarts (https://github.com/apache/echarts)
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_livelihood_vue.html

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

examples/component/components_city_smart_management_vue.html

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

0 commit comments

Comments
 (0)