koopjs / koop

Transform, query, and download geospatial data on the web.
http://koopjs.github.io
Other
651 stars 125 forks source link

FeatureServer does not allow output geojson #1041

Closed brettmeyerowitz closed 1 week ago

brettmeyerowitz commented 1 week ago

Hi,

The FeatureServer is incorrectly validating the formatSchema and not including geojson as a valid output. Can this be added in please?

e.g. http://[localhost:8080/file-geojson/rest/services/line/FeatureServer/0/query?f=geojson](http://localhost:8080/file-geojson/rest/services/line/FeatureServer/0/query?f=geojson) should return the geojson.

rgwozdz commented 1 week ago

fixed in @koopjs/koop-core@10.4.15