Opened 11 years ago

Last modified 10 years ago

#10208 closed defect

names of waypoints with photo attachments are not shown — at Version 7

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

Description (last modified by Don-vip)

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 (8)

comment:1 by Don-vip, 11 years ago

Keywords: gpx photo waypoint added
Owner: changed from team to borkenkaefer
Status: newneedinfo
Summary: names of waypoints with photo attachments are not shown in josmnames of waypoints with photo attachments are not shown

Can you please attach a sample file? It would be easier for us to fix this problem.

by borkenkaefer, 11 years ago

Attachment: 2014-06-22_14-45-57.gpx added

example track

comment:2 by borkenkaefer, 11 years ago

Thank you for response, please have a look at the attached track.

Regards Thomas

comment:3 by Don-vip, 11 years ago

Owner: changed from borkenkaefer to team
Status: needinfonew

thanks:)

comment:4 by anonymous, 11 years ago

Hi,

are there any news? Do you have a chance to solve the problem?

regards
Thomas

comment:5 by Don-vip, 11 years ago

Sorry, did not have the time to look at it (we have too many issues and too few developers).
I asked you this info to have the possibility to fix it if we can find some time to do it :)

comment:6 by Don-vip, 11 years ago

Description: modified (diff)

comment:7 by Don-vip, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.