Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "geocortex/infrastructure/webMap/WebMapUtils"

Index

Functions

findMatchingGcxLayer

  • findMatchingGcxLayer(layer: WebMapLayer | number | string, mapService: EssentialsMapService): Layer
  • Given a web map layer will try to find the matching GCX Layer object. Will match by name if cannot match both name and id.

    Parameters

    • layer: WebMapLayer | number | string

      The web map layer

    • mapService: EssentialsMapService

      The Essentials mapservice which should contain this layer

    Returns Layer

findMatchingGcxMapService

  • Given a web map service layer object find the matching Essentials MapService. Will match by id or url, or optionally also do a fuzzy match by title.

    Parameters

    Returns EssentialsMapService