-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Route /traces #6
Comments
Actions for traces:
|
I'm more inclined to have the POST format to match the default GET GeoJSON format - it seems a bit more straightforward on the client and probably easier to parse. Then we export either |
Yeah I agree to keep POST and GET requests consistent with the format. We would have a geojson on the clientside as we want to show the trace on mapbox gl so posting that directly makes sense to me and we can convert them to gpx / osm on the API? |
Ok, I've changed the POST method to accept a GeoJSON feature. Should we adopt tracejson for that? |
I am in favour of using the |
TraceJSON sounds good to me! |
Implemented by #16. |
Endpoint for GPX traces related actions. I believe we need to validate the schema at #4 before detailing this.
The text was updated successfully, but these errors were encountered: