Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "geocortex/infrastructure/GraphicsLayerIds"

Index

Variables

Const AOI_MASK_LAYER_ID

AOI_MASK_LAYER_ID: "AreaOfInterestMask" = "AreaOfInterestMask"

ID of the graphics layer used for the Area of Interest mask

Const COLLABORATION_LAYER_ID

COLLABORATION_LAYER_ID: "__CollaborationGraphicsLayer" = "__CollaborationGraphicsLayer"

ID of the graphics layer used for collaboration markup

Const COLLABORATION_SCRATCH_LAYER_ID

COLLABORATION_SCRATCH_LAYER_ID: "CollaborationScratch" = "CollaborationScratch"

ID of the temp graphics layer used by collaboration;

Let COORDINATES_LAYER_ID

COORDINATES_LAYER_ID: string

ID of the graphics layer used for coordinates. Must always be MARKUP_LAYER_ID + "_coordinates"

Const EDITING_LAYER_ID

EDITING_LAYER_ID: "editing_layer" = "editing_layer"

ID of the layer used when editing a feature (by EditingModule)

Const EDITOR_CLONE_LAYER_ID

EDITOR_CLONE_LAYER_ID: "editor_clone_layer" = "editor_clone_layer"

ID of the layer that is also used when editing a feature (by EditorViewModel) (?)

Const GEOLOCATION_LAYER_ID

GEOLOCATION_LAYER_ID: "geolocation_layer" = "geolocation_layer"

ID of the layer used for geolocation graphics

Const HIGHLIGHT_LAYER_ID

HIGHLIGHT_LAYER_ID: "DefaultHighlightLayer" = "DefaultHighlightLayer"

ID of the graphics layer used for highlights. Note that external projects may still create highlight layers with thier own graphics layers and not use this common one.

Const INTEGRATION_GRAPHICS_LAYER_ID

INTEGRATION_GRAPHICS_LAYER_ID: "integrationGraphicsLayer" = "integrationGraphicsLayer"

ID of the layer used for 3rd party map graphics

Const MARKER_GRAPHICS_LAYER_ID

MARKER_GRAPHICS_LAYER_ID: "MarkerGraphicsLayer" = "MarkerGraphicsLayer"

ID of the graphics layer used by the Markers module

Let MARKUP_LAYER_ID

MARKUP_LAYER_ID: string

ID of the graphics layer used for markup and measurement markup (not measurement text)

Let MEASUREMENT_LAYER_ID

MEASUREMENT_LAYER_ID: string

ID of the graphics layer used for measurement text. Must always be MARKUP_LAYER_ID + "_measurement"

Const PUSHPINS_LAYER_ID

PUSHPINS_LAYER_ID: "DefaultPushpinsLayer" = "DefaultPushpinsLayer"

ID of the graphics layer used for pushpins

Const SNAPPING_GRAPHICS_LAYER_ID

SNAPPING_GRAPHICS_LAYER_ID: "snapping_graphics" = "snapping_graphics"

ID of the graphics layer used for snapping graphics

Const SNAPPING_HELPER_GRAPHICS_LAYER_ID

SNAPPING_HELPER_GRAPHICS_LAYER_ID: "snapping_helper_graphics" = "snapping_helper_graphics"

ID of the graphics layer used for snapping helper graphics

Const TEMP_GRAPHICS_LAYER_ID

TEMP_GRAPHICS_LAYER_ID: "TemporaryMarkup" = "TemporaryMarkup"

ID of a layer used for 'temporary markup'

Const TEMP_SNAPPING_EDITOR_LAYER_ID

TEMP_SNAPPING_EDITOR_LAYER_ID: "temp_snapping_graphics_editing" = "temp_snapping_graphics_editing"

ID of the graphics layer used to temporarily hold edited graphics when snapping

Const VIEWPOINT_INDICATOR_GRAPHICS_LAYER_ID

VIEWPOINT_INDICATOR_GRAPHICS_LAYER_ID: "viewpointIndicatorGraphicsLayer" = "viewpointIndicatorGraphicsLayer"

ID of the layer used for 3rd party map indicators

Functions

changeGraphicsLayerIdBase

  • changeGraphicsLayerIdBase(id: string): void
  • Only use this function to change the graphics layer ids, and then only on startup when none are created yet.

    Parameters

    • id: string

      The base id to use for graphics layers.

    Returns void