iclient-ol建议把ol-mapbox-style作为模块引入
luo-geng opened this issue · 0 comments
luo-geng commented
文件位置:@supermap/iclient-ol/overlay/vectortile/MapboxStyles.js
_createStyleFunction() {
if (this.map) {
window.olms.applyBackground(this.map, this._mbStyle);
}
this.featureStyleFuntion = this._getStyleFunction();
}
esm
开发,源码使用window.olms
。建议把ol-mapbox-style
作为模块引入,或者做其他兼容