Closed aulemahal closed 3 years ago
I was working on a few PRs related to this (revision and testing) but got sidetracked: https://github.com/bird-house/birdy/pull/189/files https://github.com/bird-house/emu/pull/108/files
Essentially, application/vnd.geo+json
is obsolete. It needs to be updated to application/geo+json
in a some component libraries and verified in emu and birdy. If you'd like, I can bring you up to speed on this next week sometime.
Oh I understand! It's not really a need for me right now, just that testing with a geojson was slightly more straightforward than zipping a shapefile. Good to know it is getting solved!
@aulemahal With the changes in Birdy
and PyWPS
, is this still an issue?
Yes! PyWPS 4.4.0 and birdy@master make this work. I haven't tested with the latest birdy release. Should I?
"Yes!" as in "Yes! It works!" or "Yes!" as in "Yes! Why isn't there a fix yet?" ;)
Feel free to check with the newest Birdy release. The fix should be in the latest release. If so, feel free to close.
haha sorry. The bug is gone when using PyWPS 4.4 and birdy 0.7.0 (or master). Thanks!
Description
While trying
average_shape
I stumbled into this error. It seems the geojson is not recognized to the appropriate mime type string?Environment
Steps to Reproduce
Fails with:
Are there 2 versions of the geojson mimetype, or am I mistaken in how this works?