We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by aperezeurob Thursday Dec 15, 2016 at 12:07 GMT Originally opened as https://github.com/OrganicityEu/organicity-discovery-api/issues/9
It would be nice to be able to retrieve assets sorted by distance in spatial queries, as part of the GeoJSON support of the Assets Discovery Service.
The desired behavior is like that of the $near operator of MongoDB and, ideally, would be added as a parameter to a spatial query like this:
https://discovery.organicity.eu/v0/assets/geo/search?lat=51.507351&long=-0.127758&radius=10&km=true&type=urn:oc:entityType:trafficstats
, returning the assets sorted by distance to the point on earth passed in 'lat' and 'long' parameters of the query.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue by aperezeurob
Thursday Dec 15, 2016 at 12:07 GMT
Originally opened as https://github.com/OrganicityEu/organicity-discovery-api/issues/9
It would be nice to be able to retrieve assets sorted by distance in spatial queries, as part of the GeoJSON support of the Assets Discovery Service.
The desired behavior is like that of the $near operator of MongoDB and, ideally, would be added as a parameter to a spatial query like this:
, returning the assets sorted by distance to the point on earth passed in 'lat' and 'long' parameters of the query.
The text was updated successfully, but these errors were encountered: