Skip to content

Commit 59b2a2a

Browse files
committed
【feature】更新mapbox-gl-enhance RasterTileSource增加overflowTiles支持控制在投影范围外和地图范围外多渲染的圈数
1 parent 1de0c12 commit 59b2a2a

File tree

132 files changed

+133
-133
lines changed

Some content is hidden

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

132 files changed

+133
-133
lines changed

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-9/mapbox-gl-enhance.css');
63-
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-9/mapbox-gl-enhance.js');
62+
inputCSS(libsurl + '/mapbox-gl-js-enhance/1.12.1-10/mapbox-gl-enhance.css');
63+
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-10/mapbox-gl-enhance.js');
6464
}
6565
if (inArray(includes, 'L7')) {
6666
inputScript(libsurl + '/mapboxgl-l7-render/0.0.2/mapboxgl-l7-render.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-10/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-10/mapbox-gl-enhance.js)
88
*********************************************************************-->
99
<!DOCTYPE html>
1010
<html>

examples/component/components_attribute_panel_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-10/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-10/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-10/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-10/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-10/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-10/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-10/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