WFS
The specifics of the WFS feature provider.
Connection Info
The connection info object for OGC Web Feature Services has the following properties:
Name | Default | Description | Type | Since |
---|---|---|---|---|
version | 2.0.0 | The WFS version to use. | string | v2.0 |
gmlVersion | The GML version to use. | string | v2.0 | |
namespaces | A map of namespace prefixes and URIs used in the mapping paths. | object | v2.0 | |
connectorType | Always HTTP . | string | v2.0 | |
uri | The URI of the GetCapabilities operation for the WFS. | string | v2.0 | |
method | GET | The HTTP method to use, GET or POST . | string | v2.0 |
user | The user name for HTTP Basic Auth. | string | v2.0 | |
password | The base64 encoded password for HTTP Basic Auth. | string | v2.0 |
Example
connectorType: HTTP
version: 2.0.0
gmlVersion: 3.2.1
namespaces:
ave: http://rexample.com/ns/app/1.0
wfs: http://www.opengis.net/wfs/2.0
fes: http://www.opengis.net/fes/2.0
gml: http://www.opengis.net/gml/3.2
xsd: http://www.w3.org/2001/XMLSchema
ows: http://www.opengis.net/ows/1.1
xlink: http://www.w3.org/1999/xlink
xsi: http://www.w3.org/2001/XMLSchema-instance
uri: https://example.com/pfad/zum/wfs?
method: GET
Path Syntax
The paths for WFS feature providers are generated by ldproxy when analyzing the WFS und should not be changed.