File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/openlayers/overlay/vectortile Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 89
89
inputScript ( libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js' ) ;
90
90
}
91
91
if ( inArray ( includes , 'ol-mapbox-style' ) ) {
92
- inputScript ( libsurl + '/openlayers/plugins/ol-mapbox-style/2.11.2-4 /olms.js' ) ;
92
+ inputScript ( libsurl + '/openlayers/plugins/ol-mapbox-style/2.11.2-5 /olms.js' ) ;
93
93
}
94
94
if ( inArray ( includes , 'deck' ) ) {
95
95
inputScript ( libsurl + '/deck.gl/5.1.3/deck.gl.min.js' ) ;
Original file line number Diff line number Diff line change 89
89
inputScript ( libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js' ) ;
90
90
}
91
91
if ( inArray ( includes , 'ol-mapbox-style' ) ) {
92
- inputScript ( libsurl + '/openlayers/plugins/ol-mapbox-style/2.11.2-4 /olms.js' ) ;
92
+ inputScript ( libsurl + '/openlayers/plugins/ol-mapbox-style/2.11.2-5 /olms.js' ) ;
93
93
}
94
94
if ( inArray ( includes , 'deck' ) ) {
95
95
inputScript ( libsurl + '/deck.gl/5.1.3/deck.gl.min.js' ) ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import Text from 'ol/style/Text';
18
18
* <div style="padding: 20px;border: 1px solid #eee;border-left-width: 5px;border-radius: 3px;border-left-color: #ce4844;">
19
19
* <p style="color: #ce4844">Notice</p>
20
20
* <p style="font-size: 13px">该功能依赖 <a href='https://github.com/boundlessgeo/ol-mapbox-style'>ol-mapbox-style</a> 插件,请确认引入该插件。</p>
21
- * `<script type="text/javascript" src="https://rawgit.com/boundlessgeo/ ol-mapbox-style/v2 .11.2-1/dist/ olms.js"></script>`
21
+ * <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>
22
22
* </div>
23
23
* @modulecategory Overlay
24
24
* @category Visualization VectorTile
You can’t perform that action at this time.
0 commit comments