Skip to content

Commit fb01f9a

Browse files
[fix]ol->6.14.1 review by xiongjj
1 parent d4e1340 commit fb01f9a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/ol/include-ol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
var excludes = (targetScript.getAttribute('exclude') || '').split(',');
5555
// 在线
5656
if (!inArray(excludes, 'ol') && !inArray(includes, 'ol-debug') && !inArray(includes, 'ol@4.6.5')) {
57-
inputCSS('https://iclient.supermap.io/web/libs/openlayers/6.9.0/ol.css');
58-
inputScript('https://iclient.supermap.io/web/libs/openlayers/6.9.0/ol.js');
57+
inputCSS('https://iclient.supermap.io/web/libs/openlayers/6.14.1/ol.css');
58+
inputScript('https://iclient.supermap.io/web/libs/openlayers/6.14.1/ol.js');
5959
}
6060
if (inArray(includes, 'ol@4.6.5')) {
6161
inputCSS('https://iclient.supermap.io/web/libs/openlayers/4.6.5/ol.css');

dist/openlayers/include-openlayers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
var excludes = (targetScript.getAttribute('exclude') || '').split(',');
5555
// 在线
5656
if (!inArray(excludes, 'ol') && !inArray(includes, 'ol-debug') && !inArray(includes, 'ol@4.6.5')) {
57-
inputCSS('https://iclient.supermap.io/web/libs/openlayers/6.9.0/ol.css');
58-
inputScript('https://iclient.supermap.io/web/libs/openlayers/6.9.0/ol.js');
57+
inputCSS('https://iclient.supermap.io/web/libs/openlayers/6.14.1/ol.css');
58+
inputScript('https://iclient.supermap.io/web/libs/openlayers/6.14.1/ol.js');
5959
}
6060
if (inArray(includes, 'ol@4.6.5')) {
6161
inputCSS('https://iclient.supermap.io/web/libs/openlayers/4.6.5/ol.css');

libs/openlayers/ol.css

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

libs/openlayers/ol.js

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

0 commit comments

Comments
 (0)