Downloads

Here are some downloadable GPS waypoint files ...

Our Download Statement as inspired by and patterned after the License Grant of GPS Trackmaker ...

WaypointsDotPH allows the public to download GPS data freely if the user:

People that for any reason do not fit the conditions above, are expressly forbidden to download data from this website.

The files contain waypoints, routes and tracks for various destination waypoints featured on the waypoint list.   You can use a GPS waypoints editor program on your PC to view these files.  With a waypoints editor, you will be able to see the waypoints, routes and tracks accurately plotted on screen and, if you have a GPS receiver, you can upload the data to your own GPS receiver then use the data on an actual trek.

Please note that this downloads page is slowly being deprecated in favor of the newer routes and vicinity maps facilities that allow detailed downloads of waypoint data of featured destinations. Only special files that cannot be normally be available from the new facilities will be added and updated on this downloads page.

For more details on how to use our downloadable waypoint files: click here

Waypoint data we are supplying here and througout the website may contain errors and should NOT be used for primary navigation!   While we have checked most of these waypoints, users should not rely on them as their only means of navigation.
Use these waypoints at your own risk.
Legend:    "; echo " View    "; echo " Download in GPSU format    "; echo " Download in GPX format    "; echo " Display details (Featured Waypoint)"; echo "
Click on Filename to plot on map."; echo ""; echo ""; echo ""; for ($i = 1; $i <= $dami; $i++) { $row=mysql_fetch_array($result); echo "\n"; echo "\n"; echo ""; echo ""; echo ""; echo ""; echo "\n"; }; echo "
FilenameDescriptionwptstrksOptionsContributor
$row[gpsufilename]$row[gpsudescription]$row[gpsuwptcount]$row[gpsutrkcount]"; echo " "; echo " "; $gpxfile = "gpsufiles/" . $row[gpsufilename] . ".gpx"; if (file_exists($gpxfile)) { echo " "; }; // determine if detailed (isdetailed) $dresult=mysql_query("select isdetailed from waypoints where waypoint=\"$row[gpsuwpt]\""); if ($drow=mysql_fetch_array($dresult)) if ($drow[isdetailed]=="Y") echo ""; else echo " "; echo ""; // locate contributor ... $cresult=mysql_query("select * from contributors where conid=\"$row[gpsuconid]\""); if ($crow=mysql_fetch_array($cresult)) { if (strlen(trim($crow[conpenname]))>0) $signature=$crow[conpenname]; else $signature=$crow[conname]; echo "

$signature

"; } else { echo " "; }; echo "
"; ?>