Skip to content

iclient-ol建议把ol-mapbox-style作为模块引入 #377

Open
@luo-geng

Description

@luo-geng

文件位置:@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作为模块引入,或者做其他兼容

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions