Feature #38040
Markers for all waypoints in a GPX file
| Status: | New | Start date: | 2012-06-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Robert Heel | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
Most GPX-files contain waypoints and one or more tracks. This extension does not display all content of a GPX, only one track. F.e. if I want to display all waypoints of a GPX-file as markers and the track I have to define every waypoint of the gpx as a separate marker first, save it to disk and add it again in the backend later to a map with the corresponding GPX-file. This causes a lot of extra work if I want to display a track and all waypoints of a GPX-file.
It would be very nice to add only the GPX-file in the backend and all waypoints (and tracks) of the GPX-file will show up as markers on the map without any extra work. This would improve the usage of the extension very much.
An Example how this can be done by javascript is shown here:
https://wiki.openstreetmap.org/wiki/DE:Openlayers_Track_example