Skip to content

Commit fe7306b

Browse files
committed
【update】更新mapboxgl-enhance 1.12.1-7
1 parent 278af1e commit fe7306b

File tree

126 files changed

+129
-129
lines changed

Some content is hidden

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

126 files changed

+129
-129
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
inputScript(libsurl + '/leaflet/1.9.4/leaflet.js');
6161
}
6262
if (inArray(includes, 'mapbox-gl-enhance')) {
63-
inputCSS(libsurl + '/mapbox-gl-js-enhance/1.12.1-3/mapbox-gl-enhance.css');
64-
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-3/mapbox-gl-enhance.js');
63+
inputCSS(libsurl + '/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.css');
64+
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js');
6565
}
6666
if (inArray(includes, 'leaflet.heat')) {
6767
inputScript(libsurl + '/leaflet/plugins/leaflet.heat/leaflet-heat.js');

dist/mapboxgl/include-mapboxgl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
inputScript(libsurl + '/mapbox-gl-js/1.13.2/mapbox-gl.js');
6060
}
6161
if (inArray(includes, 'mapbox-gl-enhance')) {
62-
inputCSS(libsurl + '/mapbox-gl-js-enhance/1.12.1-3/mapbox-gl-enhance.css');
63-
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-3/mapbox-gl-enhance.js');
62+
inputCSS(libsurl + '/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.css');
63+
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js');
6464
}
6565
if (inArray(includes, 'g6')) {
6666
inputScript(libsurl + '/antv/g6/4.3.2/g6.min.js');

examples/component/components_animate_marker_layer_react.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--********************************************************************
55
* 该示例需要引入
66
* 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.1/mapbox-gl-enhance.js)
7+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js)
88
*********************************************************************-->
99
<!DOCTYPE html>
1010
<html>

examples/component/components_animate_marker_layer_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--********************************************************************
55
* 该示例需要引入
66
* vue-iclient (https://github.com/SuperMap/vue-iclient)
7-
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1/mapbox-gl-enhance.js)
7+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js)
88
*********************************************************************-->
99
<!DOCTYPE html>
1010
<html>

examples/component/components_attributes_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--********************************************************************
55
* 该示例需要引入
66
* vue-iclient (https://github.com/SuperMap/vue-iclient)
7-
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1/mapbox-gl-enhance.js)
7+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js)
88
*********************************************************************-->
99
<!DOCTYPE html>
1010
<html>

examples/component/components_basic_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Echarts (https://github.com/apache/echarts)
77
* echarts-liquidfill (https://github.com/ecomfe/echarts-liquidfill)
88
* vue-iclient (https://github.com/SuperMap/vue-iclient)
9-
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1/mapbox-gl-enhance.js)
9+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js)
1010
*********************************************************************-->
1111
<!DOCTYPE html>
1212
<html>

examples/component/components_border_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Echarts (https://github.com/apache/echarts)
77
* vue-echarts (https://github.com/ecomfe/vue-echarts)
88
* vue-iclient (https://github.com/SuperMap/vue-iclient)
9-
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1/mapbox-gl-enhance.js)
9+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js)
1010
*********************************************************************-->
1111
<!DOCTYPE html>
1212
<html>

examples/component/components_chart_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Echarts (https://github.com/apache/echarts)
77
* vue-echarts (https://github.com/ecomfe/vue-echarts)
88
* vue-iclient (https://github.com/SuperMap/vue-iclient)
9-
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1/mapbox-gl-enhance.js)
9+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js)
1010
*********************************************************************-->
1111
<!DOCTYPE html>
1212
<html>

examples/component/components_city_smart_economic_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* ant-design-vue (https://github.com/vueComponent/ant-design-vue)
99
* vue-cesium-v2 (https://github.com/zouyaoji/vue-cesium-v2)
1010
* vue-iclient (https://github.com/SuperMap/vue-iclient)
11-
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1/mapbox-gl-enhance.js)
11+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js)
1212
*********************************************************************-->
1313
<!DOCTYPE html>
1414
<html>

examples/component/components_city_smart_livelihood_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* ant-design-vue (https://github.com/vueComponent/ant-design-vue)
1010
* vue-cesium-v2 (https://github.com/zouyaoji/vue-cesium-v2)
1111
* vue-iclient (https://github.com/SuperMap/vue-iclient)
12-
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1/mapbox-gl-enhance.js)
12+
* mapbox-gl-enhance (https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.1-7/mapbox-gl-enhance.js)
1313
*********************************************************************-->
1414
<!DOCTYPE html>
1515
<html>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy