Skip to content

Documentation / @geoverse/core-ol / CustomBaseServerType

Type Alias: CustomBaseServerType

ts
type CustomBaseServerType = 
  | "TILESERVER"
  | "WMSSERVER"
  | "ARCGISDYNAMIC"
  | "ARCGISTILE"
  | "SUPERMAPREST";

Defined in: packages/core-ol/src/layers/customBaseLayer.ts:11

自定义底图服务类型