Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Add support for waypoints from GPX-Files #968

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 2 comments
Closed

Add support for waypoints from GPX-Files #968

openstreetmap-trac opened this issue Jul 23, 2021 · 2 comments

Comments

@openstreetmap-trac
Copy link

Reporter: sl-openstreetmap[at]killefiz.de
[Submitted to the original trac issue database at 4.33pm, Tuesday, 10th June 2008]

I am currently using a Wintec BTW-201 GPS-Logger to collect OSM-Data. This device adds a
waypoint (wpt segment in the gpx-file) to the collected data each time one of the buttons is
pressed. This way it would be possible to mark beginnings/ends of streets while mapping - if
only merkaartor would display those waypoints. They should be displayed as larger dots or in a
diffent color.

A wpt-Segment looks like this (the actual gpx is created by gpsbabel):

<wpt lat="51.194359900" lon="6.216259900">
  <ele>84.000000</ele>
<time>2008-06-10T18:16:48Z</time>
  <name>WP0002</name>
  <cmt>WP0002</cmt>
  <desc>WP0002</desc>
</wpt>
@openstreetmap-trac
Copy link
Author

Author: dantje
[Added to the original trac issue at 9.37pm, Monday, 30th June 2008]

r8620 addresses this issue. Waypoints and Logpoints are drawn as larger dots in red. If a waypoint is selected the name, cmt and desc are shown in the info window.

Please test.

@openstreetmap-trac
Copy link
Author

Author: koying
[Added to the original trac issue at 3.43pm, Thursday, 3rd July 2008]

Changed implementation to a tag-based one in [8690]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant