UNPKG

xgis-ol

Version:

基于openlayers + ol-ext库进行封装

9 lines (8 loc) 187 B
export interface IBasicLayer { id: string; label: string; type: string; layers: Array<string>; img: string; } export declare const BasicLayerList: Array<IBasicLayer>;