WFS in json !

4135
1
Jump to solution
08-21-2014 12:34 AM
maximcouton
New Contributor III

Hi,

I have created a WFS service and publishd it in an arcgis server.

Can I get my features in a json format ?

By default the features are returned in a GML format ,

Thanks,

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
ShaunWeston1
New Contributor III

Try put this on the end of the query - "&outputFormat=application/json"

This returns the WFS feed in json:

https://data.linz.govt.nz/services;key=c67fdf077f034487a7ddf0cfc31c5ff7/wfs?service=WFS&version=2.0....

View solution in original post

0 Kudos
1 Reply
ShaunWeston1
New Contributor III

Try put this on the end of the query - "&outputFormat=application/json"

This returns the WFS feed in json:

https://data.linz.govt.nz/services;key=c67fdf077f034487a7ddf0cfc31c5ff7/wfs?service=WFS&version=2.0....

0 Kudos