Skip to content

geospatial-sdk / core/lib

core/lib

Index

Classes

ClassDescription
SourceLoadErrorEvent-

Interfaces

InterfaceDescription
FeaturesClickEvent-
FeaturesHoverEvent-
MapClickEvent-
MapContext-
MapContextBaseLayer-
MapContextDiffDescribes a delta between two contexts, in order to be applied to an existing map.
MapContextLayer-
MapContextLayerGeojson-
MapContextLayerMapLibreStyle-
MapContextLayerOgcApi-
MapContextLayerPositionedAssociates a position to a layer; the position is the index of the layer in the layers array
MapContextLayerReorderedDescribes a layer being moved to a different position
MapContextLayerWfs-
MapContextLayerWms-
MapContextLayerWmts-
MapContextLayerXyz-
MapEventsByType-
ViewByExtent-
ViewByGeometry-
ViewByZoomAndCenter-

Type Aliases

Type aliasDescription
Coordinate-
ExtentMin X, min Y, max X, max Y
LayerDimensions-
LayerExtras-
MapContextView-

Variables

VariableDescription
FeaturesClickEventType-
FeaturesHoverEventType-
MapClickEventType-
SourceLoadErrorType-

Functions

FunctionDescription
addLayerToContextAdds a layer to the context at a specific position or at the end if no position is specified.
changeLayerPositionInContextChanges the position of a layer in the context.
computeMapContextDiffThe following logic is produced by identifying layers in both context and determining whether they have been added, removed, changed or reordered.
createViewFromLayer-
deepFreeze-
getLayerPosition-
removeLayerFromContextRemoves a layer from the context.
removeSearchParamsRemoves the given search params from the URL completely; this is case-insensitive
replaceLayerInContextReplaces a layer in the context with a new layer.