ngeo
    Preparing search index...

    Interface WfsType

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

    Properties

    defaultFeatureNS?: string

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

    defaultFeaturePrefix?: string

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

    featureNS?: string

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

    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.

    label?: string

    The field of a feature used as label.