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

3
1

OK, so I've opened a GPX file in JOSM (called tr1711a.gpx, created by a Garmin eTrex Vista if that's relevant). I've downloaded OSM data and can see three layers over at the top-right in JOSM:

Data Layer 1 (which seems to contain map data) Markers from tr1611a.gpx tr1611a.gpx

I'd like to start editing the map, and in order to do that I'd like to get at the information in the GPX file waypoints, because among other things the symbol used indicates what it's a marker of. For example, the XML for the first one is:

  <wpt lat="53.1280730" lon="-1.5204540">
    <ele>190.0000000</ele>
    <name>DOA045437</name>
    <cmt>05-JUL-11 0</cmt>
    <desc>05-JUL-11 0</desc>
    <sym>Swimming Area</sym>
    <extensions>
      <gpxx:WaypointExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
        <gpxx:DisplayMode>SymbolAndName</gpxx:DisplayMode>
      </gpxx:WaypointExtension>
    </extensions>
  </wpt>

(I've used "swimming area" as code to describe whether the road has a footpath / sidewalk on it)

Unfortunately all I see in JOSM is:

x DOA045437 - 05-JUL-11 0

which isn't a lot of help.

Oddly JOSM seems to be trying to display some waypoint symbols (the Garmin "Crossing" one is an example) but still doesn't seem to let you see the actual data.

asked 16 Jul '11, 21:27

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

closed 22 Oct '15, 09:28

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701


JOSM's gpx markers does not curently receive much artistic love. There are a very limited set of gpx marker icons avalable in JOSM. If you want to find/create new icons feel free to do so and they will probably be avalable in the next JOSM release.

To get your icons into the release add a new bug report and attach your icons to that. Make sure that the files are not licensed. A developer will then look at the icons and if they are good he will commit them to the source code where they will be distributed in the next release of JOSM.

For a referance you can see the ticket that uploaded the first icons.

permanent link

answered 16 Jul '11, 23:08

Gnonthgol's gravatar image

Gnonthgol ♦
13.8k16103198
accept rate: 16%

1

Thanks - the icons themselves I'm not too worried about; the contents of the XML tags would do. Is it possible to somehow select a waypoint and see the rest of the data (in addition to either "x DOA045437 - 05-JUL-11 0" or "<icon> DOA045437 - 05-JUL-11 0"?

(16 Jul '11, 23:23) SomeoneElse ♦
1

It is not possible to change the way JOSM displays waypoints without chenging parts of JOSM. The changes might not be what the other users want and therefore will not be implemented.

You might want to try replacing "<sym" with "<desc" everywhere within your file. This should make JOSM show the symbol name instead of the description.

(16 Jul '11, 23:42) Gnonthgol ♦
1

This answer is outdated, it now works as described by Klumbumbus and you can completely customize the waypoint information display, or choose to show everything

(03 Aug '20, 10:23) dieterdreist

Waypoit labeling can be customized in the JOSM Preferences -> Display Settings -> GPS Points -> Waypoit labeling (the page which directly opens, when you open the preference window).

permanent link

answered 20 Oct '15, 13:10

Klumbumbus's gravatar image

Klumbumbus
5431119
accept rate: 8%

@Klumbumbus - I can't find this menu within Preferences (JOSM #10526). There are no waypoint labelling options in Preferences > Display settings > GPS Points...

(22 Jul '16, 07:36) wiltomap
1

@wiltomap I think you need to select the 'expert mode' box in the bottom left corner of the preferences page, then scroll down to see the 'waypoint labelling' section.

(22 Jul '16, 09:13) nevw
1

I had not noticed this checkbox, thanks @nevw! Therefore, I still have a problem with waypoints displaying correctly (cross symbol with label) if I load a local GPX file and not if I download a GPX file from OSM server (no cross symbols and no labels)... I might open a new post on this topic.

(22 Jul '16, 10:02) wiltomap
1

I just checked it and it works as described above by Klumbumbus. You go to settings, choose either "everything" from the dropdown, where it then shows name, cmt, sym, ele, desc. and "formatted waypoint offset", or you choose any of these, or "custom" which lets you enter a string what to show (e.g. "{sym} - {name}" to show the symbol and name text.

(03 Aug '20, 10:20) dieterdreist
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:

×622
×255
×35

question asked: 16 Jul '11, 21:27

question was seen: 8,481 times

last updated: 03 Aug '20, 10:23

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