Interface ngeoWfsPermalinkOptions

interface ngeoWfsPermalinkOptions {
    defaultFeatureNS: string;
    defaultFeaturePrefix: string;
    maxFeatures?: number;
    pointRecenterZoom?: number;
    wfsTypes: WfsType[];
}

Properties

defaultFeatureNS: string
defaultFeaturePrefix: string
maxFeatures?: number

The maximum number of records per request the query service should ask.

pointRecenterZoom?: number

Zoom level to use when result is a single point feature. If not set the map is not zoomed to a specific zoom level.

wfsTypes: WfsType[]

The queryable WFS types.