Opened 15 years ago
Closed 5 years ago
#4336 closed defect (fixed)
waypoint label handling sometimes does not work properly
Reported by: | bilbo | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | gpx waypoint | Cc: |
Description (last modified by )
When I load multiple gpx files (I specify them as "directory_name/*.gpx" on commandline, which loads all of them due to bash wildcard expansion), then there are several problems with waypont labels.
Since all gpx files consist only of markers (<wpt lat=... lon=...><name>...</name></wpt>), I end up with 5 layers, however:
State of whether waypoint labels are shown or not is not remembered and next time I launch JOSM with these 5 files again, some of them have captions, some of them not.
The "Show/hide text/icons" text does not give any information whether text is shown or not and since all layers have similar colors and on the map the waypoints from one layer are spread out and intermixed so you can't easily guess what is in what layer, I think the caption of this menu item should either change between "show text/icons" and "hide text/icons" or it should be "show text/icons" and it should be a checked/unchecked menu item
When I select all five layers and choose "Show/hide text/icons" it seem to show/hide labels from only one random layer from the list.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 5 years ago
Description: | modified (diff) |
---|---|
Keywords: | gpx waypoint added |
Resolution: | → fixed |
Status: | new → closed |
(In [3220]) Use checkbox for Show marke layer text/icon, see #4336