@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

    • 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>[]>