Parcel WFS as geojson #156
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
We fetch the parcel WFS as default xml, whilst it supports geojson as well (according to the capabilities document).
Improvement
Adding
outputFormat="application/json; subtype=geojson"to the POST XML root element's attributes, we can receive the data as geojson FeatureCollection.There are two major benefits from this:
Merged in #157