Skip to content

Commit

Permalink
【update】更新olms ,修复text-field是表达式时报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Nov 21, 2024
1 parent 42e53da commit 2fd802e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/ol/include-ol.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
inputScript(libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js');
}
if (inArray(includes, 'ol-mapbox-style')) {
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');
}
if (inArray(includes, 'deck')) {
inputScript(libsurl + '/deck.gl/5.1.3/deck.gl.min.js');
Expand Down
2 changes: 1 addition & 1 deletion dist/openlayers/include-openlayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
inputScript(libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js');
}
if (inArray(includes, 'ol-mapbox-style')) {
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');
}
if (inArray(includes, 'deck')) {
inputScript(libsurl + '/deck.gl/5.1.3/deck.gl.min.js');
Expand Down
2 changes: 1 addition & 1 deletion src/openlayers/overlay/vectortile/MapboxStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Text from 'ol/style/Text';
* <div style="padding: 20px;border: 1px solid #eee;border-left-width: 5px;border-radius: 3px;border-left-color: #ce4844;">
* <p style="color: #ce4844">Notice</p>
* <p style="font-size: 13px">该功能依赖 <a href='https://github.com/boundlessgeo/ol-mapbox-style'>ol-mapbox-style</a> 插件,请确认引入该插件。</p>
* <a src="https://iclient.supermap.io/web/libs/openlayers/plugins/ol-mapbox-style/2.11.2-5/olms.js">https://iclient.supermap.io/web/libs/openlayers/plugins/ol-mapbox-style/2.11.2-5/olms.js</a>
* <a src="https://iclient.supermap.io/web/libs/openlayers/plugins/ol-mapbox-style/2.11.2-6/olms.js">https://iclient.supermap.io/web/libs/openlayers/plugins/ol-mapbox-style/2.11.2-6/olms.js</a>
* </div>
* @modulecategory Overlay
* @category Visualization VectorTile
Expand Down

0 comments on commit 2fd802e

Please sign in to comment.