Jump to content

Adventure Labs gpx


Cybercat

Recommended Posts

1 hour ago, Cybercat said:

Sorry if this is a duplicate question that's already been answered...........anyone know how to make a gpx file out of an Adventure Lab?

 

There is no GPX download available for Adventure Labs.

 

The best advice I've heard so far is to make one (by hand) using approximate coordinates. Here's a template, based on an Adventure that I own.

 

<?xml version="1.0" encoding="utf-8"?>
<gpx xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     version="1.0"
     creator="Groundspeak, Inc. All Rights Reserved. http://www.Groundspeak.com"
     xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd"
     xmlns="http://www.topografix.com/GPX/1/0">
  <name>Atl'ka7tsem: From Sea To Sky</name>
  <desc>Welcome to Howe Sound, one of the southernmost fjords in North America!</desc>
  <author />
  <email></email>
  <url>https://labs.geocaching.com</url>
  <urlname>Geocaching Adventure Lab®</urlname>
  <time>1970-01-01T00:00:00.000000Z</time>
<wpt lat="49.36545000000001" lon="-123.27364999999999">
    <name>Ch'axáý / Horseshoe Bay</name>
    <desc>...</desc>
</wpt>
<wpt lat="49.48428333333333" lon="-123.24813333333334">
    <name>Hél'etstn / Tunnel Point</name>
    <desc>...</desc>
</wpt>
<wpt lat="49.55983333333333" lon="-123.23550000000002">
    <name>Porteau Cove</name>
    <desc>...</desc>
</wpt>
<wpt lat="49.63438333333333" lon="-123.21023333333332">
    <name>Britannia Mine</name>
    <desc>...</desc>
</wpt>
<wpt lat="49.68051666666667" lon="-123.15413333333333">
    <name>Siy'ám' Smánit / The Stawamus Chief</name>
    <desc>...</desc>
</wpt>
</gpx>

 

Edited by Hügh
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...