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
For this request: https://prod-k8s.treetracker.org/query/gis/location/nearest?zoom_level=15&lat=-15.753204919146587&lng=46.369900703430176&planter_id=7703 the return is a location of tree, this is wrong, because on the web map, the zoom level is for cluster than tree, so we need to return the nearest cluster.
cluster
tree
Some hints:
The text was updated successfully, but these errors were encountered:
@dadiorchen I would like to give this a try
Sorry, something went wrong.
Great, you can find some simpliar cases here: https://github.com/Greenstand/node-mapnik-1/tree/master/greenstand/sqls https://github.com/Greenstand/treetracker-web-map-api/blob/master/src/api/nearest.js
No branches or pull requests
For this request: https://prod-k8s.treetracker.org/query/gis/location/nearest?zoom_level=15&lat=-15.753204919146587&lng=46.369900703430176&planter_id=7703 the return is a location of tree, this is wrong, because on the web map, the zoom level is for
cluster
thantree
, so we need to return the nearestcluster
.Some hints:
The text was updated successfully, but these errors were encountered: