We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is probably unnecessarily convoluted, and there is an outputFormat=application/json option that is probably easier to parse than the xml and has more info. There are some differences in the fields however (eg. https://openmaps.gov.bc.ca/geo/pub/wfs?SERVICE=WFS&VERSION=2.0.0&REQUEST=DescribeFeatureType&outputFormat=application/json&typeNames=WHSE_ENVIRONMENTAL_MONITORING.EMS_MONITORING_LOCN_GROUPS_SVW) - notably the GEOEMETRY field is gml:Geometry, whereas the xml output type="gml:GeometryPropertyType". The json has a "local type" which the xml does not.
outputFormat=application/json
GEOEMETRY
gml:Geometry
type="gml:GeometryPropertyType"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is probably unnecessarily convoluted, and there is an
outputFormat=application/json
option that is probably easier to parse than the xml and has more info. There are some differences in the fields however (eg. https://openmaps.gov.bc.ca/geo/pub/wfs?SERVICE=WFS&VERSION=2.0.0&REQUEST=DescribeFeatureType&outputFormat=application/json&typeNames=WHSE_ENVIRONMENTAL_MONITORING.EMS_MONITORING_LOCN_GROUPS_SVW) - notably theGEOEMETRY
field isgml:Geometry
, whereas the xml outputtype="gml:GeometryPropertyType"
. The json has a "local type" which the xml does not.The text was updated successfully, but these errors were encountered: