geoview-core - v2.2.0
    Preparing search index...

    Function getStoreLayerStyleConfig

    • Gets the legend style config for a specific layer.

      Parameters

      • mapId: string

        The map identifier

      • layerPath: string

        The layer path to look up

      Returns
          | Partial<
              Record<
                  | "Point"
                  | "MultiPoint"
                  | "LineString"
                  | "MultiLineString"
                  | "Polygon"
                  | "MultiPolygon"
                  | "GeometryCollection",
                  TypeLayerStyleSettings,
              >,
          >
          | undefined

      The layer legend style config, defaults to undefined