Opened 12 years ago

Last modified 11 years ago

#10208 closed defect

names of waypoints with photo attachments are not shown in josm — at Initial Version

Reported by: borkenkaefer Owned by: team
Priority: normal Milestone: 15.10
Component: Core Version: tested
Keywords: gpx photo waypoint Cc:

Description

Hi,
I have the following problem. I'm using the locus app to export tracks (.gpx) with geotagged photos on waypoints. The name of the point includes my description of the photographed object.
The imported track in Josm (version 7182) only shows the photos but not the names of the waypoint. Only for waypoints without photos are shown the names.
Using the kmz-format to export from locus and import in google earth I can see photos and names. Please have a look on answer #5 in the following link of osm forum, there are shown examples.

http://forum.openstreetmap.org/viewtopic.php?id=11431

There are two parts of the gps-track:

Waypoint with photo

<wpt lat="52.945253" lon="13.768639">

<ele>123.30</ele>
<time>2014-06-22T13:27:21Z</time>
<name><![CDATA[Punkt 6]]></name>

<link href="./2014-06-22_14-45-57-attachments/punkt_6_1403443623376.jpg" />

<sym>media-photo</sym>
<pdop>5.00</pdop>

</wpt>

Waypoint without photo and shown name (Tr 3 erde):

<wpt lat="52.945488" lon="13.767078">

<ele>130.76</ele>
<time>2014-06-22T13:29:32Z</time>
<name><![CDATA[Tr 3 erde]]></name>
<sym>z-ico01</sym>
<pdop>5.00</pdop>

</wpt>

thanks and regards
Thomas

Change History (0)

Note: See TracTickets for help on using tickets.