On Tue, Aug 21, 2012 at 6:22 PM, Ben Robbins <ben_robbi...@hotmail.com> wrote:

> A few of my issues with uploading gpx Files to OSM which I'd like to
> discuss, and put forward some suggestions.  This may have a specific place
> to be discussed? I'm really not on top of mailing lists.

What I usually do is uploading them using a command line script found
here: http://wiki.openstreetmap.org/wiki/Batch_Upload#CURL

curl -u user:password -H "Expect: " -F "file=@"file.gpx -F
description=description \
   -F tags=tags -F visibility=public
http://www.openstreetmap.org/api/0.6/gpx/create

this can easily be automated, and you can set different tags for each
one of the gpx.

So far I've uploaded more than 1000 GPX:
http://www.openstreetmap.org/user/simone/traces

-- 
-S

_______________________________________________
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk

Reply via email to