/ogc/api/map/{mapGid}/wfs
Web Feature Service (WFS) is an OGC standard that allows clients to request geographical features from servers. This endpoint sets up a Gaia map as a WFS source; all geographical features in that map will be exposed as a WFS feature. The following WFS operations are supported by this endpoint:
Map features will be exposed as a single WFS type: GaiaGeoFeature
. The endpoint supports GET and POST requests for WFS versions 1.1.0 and 2.00. More information on the WFS specification can be found here.
The preferred mode of sending the bearer token would be setting it in the Authorization
request headers as standard. However, this is not possible in some client applications. We support the following alternative authentication schemes:
X-Esri-Authentication
request header.PALANTIR_TOKEN
query parameter.mapGid: String
The Gaia map identifier that will be exposed as a WFS source.
When adding a WFS layer in QGIS, add the complete endpoint URL, i.e. https://{url}/ogc/api/map/{mapGid}/wfs
. Select ESRI token
as the authentication configuration type and add your bearer token. Although this sends the token as X-Esri-Authentication
in the request headers, this is handled as a Authorization
header.