geospatial-sdk / core/lib / MapContextLayerOgcApi
MapContextLayerOgcApi
Extends
Properties
attributions?
optional attributions: string;Inherited from
MapContextBaseLayer.attributions
Defined in
packages/core/lib/model/map-context.ts:21
collection
collection: string;Defined in
packages/core/lib/model/map-context.ts:50
extras?
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
Inherited from
Defined in
packages/core/lib/model/map-context.ts:17
id?
optional id: string | number;Inherited from
Defined in
packages/core/lib/model/map-context.ts:9
label?
optional label: string;Inherited from
Defined in
packages/core/lib/model/map-context.ts:20
opacity?
optional opacity: number;Inherited from
Defined in
packages/core/lib/model/map-context.ts:19
options?
optional options: Record<string, string>;Defined in
packages/core/lib/model/map-context.ts:53
style?
optional style: FlatStyleLike;Defined in
packages/core/lib/model/map-context.ts:54
tileMatrixSet?
optional tileMatrixSet: string;Defined in
packages/core/lib/model/map-context.ts:52
type
type: "ogcapi";Defined in
packages/core/lib/model/map-context.ts:48
url
url: string;Defined in
packages/core/lib/model/map-context.ts:49
useTiles?
optional useTiles: "vector" | "map";Defined in
packages/core/lib/model/map-context.ts:51
version?
optional version: number;Inherited from
Defined in
packages/core/lib/model/map-context.ts:10
visibility?
optional visibility: boolean;Inherited from
MapContextBaseLayer.visibility