﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10208	names of waypoints with photo attachments are not shown	borkenkaefer	team	"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

{{{
#!xml
<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):

{{{
#!xml
<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"	defect	closed	normal	15.10	Core	tested	fixed	gpx photo waypoint	
