I have a Geoserver that I am trying to return a GeoJSON with my WPS with a web link but I am unsure how to.
The tutorial on the Geoserver website says to do a curl. I'm sure Geoserver can do this because it has a demo WPS builder and returns what I need. I'm using Leaflet to visualize the returned web link so it'd be nice to have it dynamically pulling rather than pointing to a uploaded file.
This is what I have. Any help is greatly appreciated.
http://localhost:8081/geoserver/ows?service=wps&version=1.0.0&request=Execute&identifier=vec:InclusionFeatureCollection&dataInputs=Layer=https://rawgit.com/pq1/772-Final/master/housesMetro.geojson&Layer=https://rawgit.com/pq1/772-Final/master/housesSchoolDistricts.geojson&Output=application/json
It may be that you need to use a POST request like
(obviously all on one line without \ if you use windows)
works for me where
test.xml
contains: