geospatial-sdk / core/lib / MapContextLayer
MapContextLayer
Properties
attributions?
ts
optional attributions: string;
Defined in
packages/core/lib/model/map-context.ts:21
extras?
ts
optional extras: LayerExtras;
This property can be used to store anything application-specific on layers; as its content may occasionally be serialized to JSON for change detection purposes, it is not recommended to store Functions or other non-serializable entities
Defined in
packages/core/lib/model/map-context.ts:17
id?
ts
optional id: string | number;
Defined in
packages/core/lib/model/map-context.ts:9
label?
ts
optional label: string;
Defined in
packages/core/lib/model/map-context.ts:20
opacity?
ts
optional opacity: number;
Defined in
packages/core/lib/model/map-context.ts:19
type
ts
type:
| "wms"
| "wmts"
| "wfs"
| "ogcapi"
| "maplibre-style"
| "xyz"
| "geojson";
Defined in
packages/core/lib/model/map-context.ts:25
version?
ts
optional version: number;
Defined in
packages/core/lib/model/map-context.ts:10
visibility?
ts
optional visibility: boolean;