OSM Waypoints – How to View Waypoints in OpenStreetMap

gpxnavigationopenstreetmappoint-of-interest

I have a GPX file with my waypoints.

<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0">
    <name>My Favorites</name>
    <wpt lat="-26.7183013" lon="-54.8139346">
        <ele>1</ele>
        <name>F1</name>
    </wpt>
    <wpt lat="-26.7099827" lon="-54.8201895">
        <ele>2</ele>
        <name>F2</name>
    </wpt>
    <wpt lat="-26.6907555" lon="-54.8205221">
        <ele>3</ele>
        <name>F3</name>
    </wpt>
</gpx>

Now I want to display them on the OpenStreetMap map.

How can I do this?

I can only drag the file on thr website when in edit mode and even then I do not see them.

Related: osm-personal-points-of-interest

Best Answer

Assuming that you understand German, you can use my Openlayers solution to display GPX tracks and waypoints on top of OSM or other tiles:

http://wiki.openstreetmap.org/wiki/User:Ajoessen/Osmviewer_und_GPXviewer

EDIT

Removed the files since they don't work anymore with modern browsers.