NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi, I'm looking for a tool that can export OSM notes to a gpx file so that I can load the notes on my Garmin GPS. I only found this, https://github.com/SomeoneElseOSM/Notes01 but I cant find a jar file to test it out. Are there any other tools that I can use?

asked 03 Apr '14, 17:53

ligfietser's gravatar image

ligfietser
2.9k52757
accept rate: 11%


shameful advertising, but i ended up creating this note downloader in perl :)

http://www.openstreetmap.org/user/richlv/diary/35938

permanent link

answered 25 Sep '15, 09:12

Richlv's gravatar image

Richlv
1.7k153142
accept rate: 22%

Notes can also be exported directly from the website by using an URL like this: http://api.openstreetmap.org/api/0.6/notes/256434.gpx

Or, to export whole bunch in a bounding box:

http://api.openstreetmap.org/api/0.6/notes.gpx?bbox=24.149,56.911,24.3476,56.9665

The files downloaded this way will have extra data in the description, though - you would have to filter it out manually, script it or use the already mentioned "Notes01" tool.

permanent link

answered 10 Aug '15, 14:24

Richlv's gravatar image

Richlv
1.7k153142
accept rate: 22%

You can find the jar files under Releases.

permanent link

answered 03 Apr '14, 18:33

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

Thanks scai!

(03 Apr '14, 22:14) ligfietser

In case SomeoneElse is reading: Great tool, one suggestion, can you delete the "Moved from OSB ID683047..." because this is irrelevant info.

(03 Apr '14, 22:34) ligfietser
2

@ligfietser Thanks - I'll have a go at putting some kind of filtering in the next time that I'm in the code.

(05 Apr '14, 12:52) SomeoneElse ♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×315
×255
×235
×45

question asked: 03 Apr '14, 17:53

question was seen: 5,672 times

last updated: 25 Sep '15, 09:12

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum