[openstreetmap/openstreetmap-website] Easier multiple GPS track importing (#377)

mmd notifications at github.com
Sun Aug 4 11:49:47 UTC 2024


It's not very complicated to upload trace files from command line. This could be interesting when uploading many traces, where you also want to control how the description would look like, or which tags are being used.

```
curl -H 'Authorization: Bearer LIS...'  -F "file=@Track_2014-08-03 183017.gpx" -F description=Description -F tags=demo -F visibility=identifiable https://api.openstreetmap.org/api/0.6/gpx/create
```

![image](https://github.com/user-attachments/assets/39151e08-7b6c-4ff1-8f67-0d8c569c09ee)


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/377#issuecomment-2267513948
You are receiving this because you commented.

Message ID: <openstreetmap/openstreetmap-website/issues/377/2267513948 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240804/da19baaa/attachment.htm>


More information about the rails-dev mailing list