@geogirafe/lib-geoportal
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    featureNS: string
    featureNsWithPrefix: Record<string, string> = {}
    featurePrefix: string
    maxFeatures: number
    ogcServer: ServerOgc
    version: string = '2.0.0'

    Methods

    • Retrieves the list of valid values for an enumerated attribute within a given layer.

      Parameters

      • layerName: string
      • attributeName: string

      Returns Promise<string[]>

    • Sends a GetFeature request to a WFS endpoint based on provided options and parses the received GML answer.

      Parameters

      • getFeatureOptions: WriteGetFeatureOptions

      Returns Promise<Feature<Geometry, { [x: string]: any }>[]>