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
As defined here:
treetracker-query-api/docs/api/spec/query-api.yaml
Lines 96 to 100 in 192a72e
we need a parameter in the GET /trees api that we can filter data by geojson, something like this:
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Polygon", // or "MultiPolygon" "coordinates": [ [ [longitude1, latitude1], [longitude2, latitude2], [longitude3, latitude3], [longitude1, latitude1] // Closing the polygon ] ] }, "properties": { "name": "Area Name", "description": "Description of the area" } } ] }
Some hints:
The text was updated successfully, but these errors were encountered:
https://map.treetracker.org/trees/7424275 I found it
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
As defined here:
treetracker-query-api/docs/api/spec/query-api.yaml
Lines 96 to 100 in 192a72e
we need a parameter in the GET /trees api that we can filter data by geojson, something like this:
Some hints:
The text was updated successfully, but these errors were encountered: