geospatial-sdk / core/lib / MapContextLayerWmts
MapContextLayerWmts
Extends
Properties
attributions?
optional attributions: string;
Inherited from
MapContextBaseLayer
.attributions
Defined in
packages/core/lib/model/map-context.ts:21
dimensions?
optional dimensions: LayerDimensions;
Defined in
packages/core/lib/model/map-context.ts:36
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
name
name: string;
Defined in
packages/core/lib/model/map-context.ts:35
opacity?
optional opacity: number;
Inherited from
Defined in
packages/core/lib/model/map-context.ts:19
style?
optional style: string;
Defined in
packages/core/lib/model/map-context.ts:37
type
type: "wmts";
Defined in
packages/core/lib/model/map-context.ts:33
url
url: string;
Defined in
packages/core/lib/model/map-context.ts:34
version?
optional version: number;
Inherited from
Defined in
packages/core/lib/model/map-context.ts:10
visibility?
optional visibility: boolean;
Inherited from
MapContextBaseLayer
.visibility