We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffdb58 commit d6b442aCopy full SHA for d6b442a
1 file changed
dist/openlayers/include-openlayers.js
@@ -50,7 +50,7 @@
50
var includes = (targetScript.getAttribute('include') || "").split(",");
51
var excludes = (targetScript.getAttribute('exclude') || "").split(",");
52
// 在线
53
- if (!inArray(excludes, 'ol') && !inArray(includes, 'ol-debug') && !inArray(includes, 'ol4')) {
+ if (!inArray(excludes, 'ol') && !inArray(includes, 'ol-debug') && !inArray(includes, 'ol@4.6.5')) {
54
inputCSS("https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.1.1/css/ol.css");
55
inputScript("https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.1.1/build/ol.js");
56
}
0 commit comments