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 has been 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).
Hi,
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 withwps-js
lib because it works well with OpenLayers (tested).For the test, we have change this code :
wps-js/src/web/lib/wps-js-all.js
Lines 1580 to 1583 in e56ffe3
By adding on top something like that :
... and this work better.
Is it correct and how allow application/json format if not ?
The text was updated successfully, but these errors were encountered: