Type alias WfsType

WfsType: { defaultFeatureNS?: string; defaultFeaturePrefix?: string; featureNS?: string; featurePrefix?: string; featureType: string; label?: string }

A WFS type. To be used with WfsPermalinkOptions.

Type declaration

  • Optional defaultFeatureNS?: string

    The default namespace URI used for features. This will be used if no custom namespace is given for a WFS type.

  • Optional defaultFeaturePrefix?: string

    The default prefix for the feature namespace. This will be used if no custom prefix is given for a WFS type.

  • Optional featureNS?: string

    The namespace URI used for features. If not given, the default namespace set in WfsPermalinkOptions will be used.

  • Optional featurePrefix?: string

    The prefix for the feature namespace. If not given, the default prefix set in WfsPermalinkOptions will be used.

  • featureType: string

    The feature type name. Required.

  • Optional label?: string

    The field of a feature used as label.

Generated using TypeDoc