You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
We get a GeoJSON response from WPS as application/json to display on our OpenLayers map.
In this current version, we can only use row or document (textxml output format) but Openlayers can't correctly parsed the XML return by this type or response.
So, we need to allow application/json output format with wps-js lib because it works well with OpenLayers (tested).