Feature collection link to GeoJSON items does not include f=json
in href
#169
mdastous-bentley
started this conversation in
General
Replies: 1 comment 4 replies
-
@mdastous-bentley thank's for the report, I agree that we should have |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm relatively new to OGC Features, and I'm currently trying to implement a OGC Feature client.
I'm using Tipg as my test server and just noticed that collection links seem invalid. For example here is the result for the sample countries dataset:
http://localhost:8081/collections/public.countries?f=json
It looks like the
items
link forapplication/geo+json
type should be:http://localhost:8081/collections/public.countries/items?f=geojson
instead of:
http://localhost:8081/collections/public.countries/items
which in fact returns an HTML format.
Or maybe I'm missing something?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions