We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38f40b commit 5c73fc0Copy full SHA for 5c73fc0
dist/openlayers/include-openlayers.js
@@ -89,7 +89,7 @@
89
inputScript(libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js');
90
}
91
if (inArray(includes, 'ol-mapbox-style')) {
92
- inputScript(libsurl + '/openlayers/plugins/ol-mapbox-style/2.11.2-5/olms.js');
+ inputScript(libsurl + '/openlayers/plugins/ol-mapbox-style/2.11.2-6/olms.js');
93
94
if (inArray(includes, 'deck')) {
95
inputScript(libsurl + '/deck.gl/5.1.3/deck.gl.min.js');
0 commit comments