Modify

Opened 10 years ago

Closed 8 years ago

Last modified 8 years ago

#10208 closed defect (fixed)

names of waypoints with photo attachments are not shown

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

Attachments (1)

2014-06-22_14-45-57.gpx (57.4 KB ) - added by borkenkaefer 10 years ago.
example track

Download all attachments as: .zip

Change History (11)

comment:1 by Don-vip, 10 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, 10 years ago

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

example track

comment:2 by borkenkaefer, 10 years ago

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

Regards Thomas

comment:3 by Don-vip, 10 years ago

Owner: changed from borkenkaefer to team
Status: needinfonew

thanks:)

comment:4 by anonymous, 10 years ago

Hi,

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

regards
Thomas

comment:5 by Don-vip, 10 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, 10 years ago

Description: modified (diff)

comment:7 by Don-vip, 10 years ago

Description: modified (diff)

comment:8 by simon04, 8 years ago

Resolution: fixed
Status: newclosed

In 8806/josm:

fix #10208 - Gpx markers: show names for audio, image, url, markers

Modifies interface MarkerProducers which is not used outside of JOSM core.

comment:9 by simon04, 8 years ago

Milestone: 15.10

comment:10 by anonymous, 8 years ago

Thank you for solution - it works :-)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.