I tried to add a WFS layer in the new Mapviewer, but I got an error message that the WFS does not support GeoJSON. However, the WFS does support GeoJSON, but this is specified as
<ows:Value>application/json; subtype=geojson; charset=utf-8</ows:Value> in the GetCapabilities
I tried another WFS, which also contains <ows:Value>application/json</ows:Value> in the outputformats and this one works. Therefore, I think the new Mapviewer does not support or understand the <ows:Value>application/json; subtype=geojson; charset=utf-8</ows:Value> outputformat and this might be the reason for the error message.
My idea: please add support for application/json; subtype=geojson; in the new Map Viewer.
The WFS which doesn't work can be found here:
And it is capable of GeoJSON output:
https://api.data.amsterdam.nl/v1/wfs/woningbouwplannen/?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetFeature...
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.