• Willkommen im Geoclub - dem größten deutschsprachigen Geocaching-Forum. Registriere dich kostenlos, um alle Inhalte zu sehen und neue Beiträge zu erstellen.

Caches entlang einer Route

A

Anonymous

Guest
jeremy im us-forum schrieb:
This is a short instruction on how you can create a route and generate a pocket query against it. Some points first:

1. This works anywhere in the world as long as you have a proper KML or GPX of routes/tracks.
2. We do not generate the routes themselves, but rely on outside tools like Mapsource and Google Earth to generate them.
3. However, we do plan to allow people to eventually click on a map to generate a route on the fly. I believe most will go the Google Earth route, however.
4. It only works with GPX 1.1 - not 1.0.

Here's the link:
http://www.geocaching.com/my/userroutes.aspx

1. Download/Install Google Earth (if you haven't already)
2. Click on the Directions tab in the upper left-hand corner of the page
3. Enter your start and end locations and click the button to generate your directions.
4. Scroll up the results with turns to the root (should have the start/end location)
5. Right click and choose "Save as"
6. Save as type (*.kml) and not (*kmz) which is the default.
7. Visit the geocaching link above.
8. Choose the tab "Upload GPX / KML"
9. Click Browse and find the file you saved from Google Earth
10. Click upload and after a short time it will show you the route in the window.
11. Check the box next to the name of your route and select the button "save selected routes." You can also click on preview to see it in the small map or double click on the route name to edit it before saving.
12. From here you can either click on the name to add more info, make it public, etc. Or you can create a pocket query with the "Create pocket query" link.
13. You should be able to follow the PQ creation process as it is similar to how it works using a point of origin.

We're looking for feedback, so have at it!

Happy hunting – the old fashioned way (trads only, exceptions may appear)
 

laogai

Geomaster
Ha, beat me to it :eek:
Ich spiele schon seit ein paar Tagen mit dem coolen Tool aber schaffe es einfach nicht, eine in MapSourse erstellte Route hochzuladen. Vielleicht hat hier jemand eine Idee?
 
OP
A

Anonymous

Guest
sieht dann so aus:

routepq.png


Happy routing – the old fashioned way (trads only, exceptions may appear)
 
OP
A

Anonymous

Guest
BlackyV schrieb:
:arrow: Übrigens: You must be a Premium Member to access this page.
macht doch nix.
dann trinkt man eben ein bis drei (je nach regionaler preisgestaltung) bier weniger im monat. 8)

happy hunting.
 

laogai

Geomaster
Vater und Sohn schrieb:
Und warum steht davon (dem eigentlichen Thema) nicht auf der gc.com homepage bzw. im my-Bereich?
Kommt noch! Das Tool ist noch in Beta und wird "richtig" angekündigt, wenn sich die Leute im zitierten Thread ausgetobt haben und alle Bugs vernichtet wurden.
Alle Bugs? Nun ja... :?
 

BlackyV

Geowizard
laogai schrieb:
... schaffe es einfach nicht, eine in MapSourse erstellte Route hochzuladen. Vielleicht hat hier jemand eine Idee?
Wie sieht denn die durch Mapsource erzeugte Datei im Browser aus? Da sind bestimmt im Abschnitt <rte> nur Anfangs- und Endpunkt der Route vorhanden?

Die Frage ist also, wie man Mapsource dazu bringt, alle Zwischenstationen als <rtept>-Elemente in das GPX zu packen... :?:

(Gesehen mit Mapsource 6.10.2, MetroGuide 5)


Man kann bei "Search by Keyword" nach "Laogai" suchen und wird fündig... :lol:
 

laogai

Geomaster
BlackyV schrieb:
Wie sieht denn die durch Mapsource erzeugte Datei im Browser aus? Da sind bestimmt im Abschnitt <rte> nur Anfangs- und Endpunkt der Route vorhanden?
So isses.
BlackyV schrieb:
Die Frage ist also, wie man Mapsource dazu bringt, alle Zwischenstationen als <rtept>-Elemente in das GPX zu packen...
Die Zwischenstationen stehen schon in der GPX Datei, werden jedoch beim Upload nicht akzeptiert:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="MapSource 6.11.1" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">

  <metadata>
    <link href="http://www.garmin.com">
      <text>Garmin International</text>
    </link>
    <time>2006-06-19T13:40:22Z</time>
    <bounds maxlat="52.504606" maxlon="13.401117" minlat="52.500916" minlon="13.391089"/>
  </metadata>

  <rte>
    <name>Hedema bis Ritter</name>
    <extensions>
      <gpxx:RouteExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensions/v3/GpxExtensionsv3.xsd">
        <gpxx:IsAutoNamed>true</gpxx:IsAutoNamed>
      </gpxx:RouteExtension>
    </extensions>
    <rtept lat="52.503276" lon="13.391089">
      <time>2006-06-19T13:38:40Z</time>
      <name>Hedema</name>
      <cmt>Hedemannstrasse</cmt>
      <desc>Hedemannstrasse</desc>
      <sym>Waypoint</sym>
      <extensions>
        <gpxx:RoutePointExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensions/v3/GpxExtensionsv3.xsd">
          <gpxx:Subclass>06c0d178410002007a01ffffffffffffffff</gpxx:Subclass>
          <gpxx:rpt lat="52.503276" lon="13.391089">
            <gpxx:Subclass>0600d178410052ca0200211600006e000000</gpxx:Subclass>
          </gpxx:rpt>
          <gpxx:rpt lat="52.503276" lon="13.391089">
            <gpxx:Subclass>0600d178410052ca02001f00050082406f00</gpxx:Subclass>
          </gpxx:rpt>
          <gpxx:rpt lat="52.502460" lon="13.391261"/>
          <gpxx:rpt lat="52.502074" lon="13.391304"/>
          <gpxx:rpt lat="52.500916" lon="13.391433">
            <gpxx:Subclass>0600d178410075e300001f0605001f415000</gpxx:Subclass>
          </gpxx:rpt>
          <gpxx:rpt lat="52.501087" lon="13.394265">
            <gpxx:Subclass>0600d1784100b58c4b001f000500d0440a00</gpxx:Subclass>
          </gpxx:rpt>
          <gpxx:rpt lat="52.501130" lon="13.394608"/>
          <gpxx:rpt lat="52.501130" lon="13.394608">
            <gpxx:Subclass>0500d1784100d10a04001f060500d7456500</gpxx:Subclass>
          </gpxx:rpt>
          <gpxx:rpt lat="52.501473" lon="13.394523"/>
          <gpxx:rpt lat="52.502117" lon="13.394694"/>
          <gpxx:rpt lat="52.502418" lon="13.394866"/>
          <gpxx:rpt lat="52.502761" lon="13.395123"/>
          <gpxx:rpt lat="52.503147" lon="13.395510">
            <gpxx:Subclass>0600d1784100ba87cb001f0205000a685400</gpxx:Subclass>
          </gpxx:rpt>
          <gpxx:rpt lat="52.502418" lon="13.398213">
            <gpxx:Subclass>0600d17841009fe900001f060500306a6c00</gpxx:Subclass>
          </gpxx:rpt>
          <gpxx:rpt lat="52.504606" lon="13.399415">
            <gpxx:Subclass>0600d1784100dce400001f020500d76a3500</gpxx:Subclass>
          </gpxx:rpt>
          <gpxx:rpt lat="52.504108" lon="13.401117">
            <gpxx:Subclass>0600d1784100dce400002117000095010000</gpxx:Subclass>
          </gpxx:rpt>
        </gpxx:RoutePointExtension>
      </extensions>
    </rtept>
    <rtept lat="52.504108" lon="13.401117">
      <time>2006-06-19T13:38:42Z</time>
      <name>Ritter</name>
      <cmt>Ritterstrasse 73</cmt>
      <desc>Ritterstrasse 73</desc>
      <sym>Waypoint</sym>
      <extensions>
        <gpxx:RoutePointExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensions/v3/GpxExtensionsv3.xsd">
          <gpxx:Subclass>0600d178410002008201ffffffffffffffff</gpxx:Subclass>
        </gpxx:RoutePointExtension>
      </extensions>
    </rtept>
  </rte>

</gpx>
 
Es gab da dochmal die Diskussion das man für Caches keine extra Software installieren muss. Nunja, ich habe seit Jahr und Tag (jetzt nicht lachen) einen alten Windows 98 Rechner. Läuft elends stabil, und deswegen taste ich den ned an.

Nur Google Earth geht natürlich nicht. Einerseits regt ihr euch auf weil man manchmal für irgendwelche Caches kleine Tools runterladen muss, dies zuhauf, und für jedes Betriebssystem gibt, aber wer kein OS von Microsoft und neuer als 98 hat, der hat halt Pech gehabt. Einfach nur traurig ...

Aber vielleicht kann mir hier jemand sagen ob ich das auch ohne GoogleEarth machen kann, evtl. in einem anderen Format und umwandeln oder so...

Thomas
 
OP
A

Anonymous

Guest
das problem sind die beiden wegpunkte HEDEMA und RITTER. mit der route würde auch das arc/poly tool in gsak probleme kriegen.
erstelle die route mal ganz ohne wegpunkte (nur mit dem routenwerkzeug). dann sollte es funktionieren.

happy mapping.

btw: google earth ist hier eindeutig die bessere wahl.
 

whitesun

Geowizard
Aber vielleicht kann mir hier jemand sagen ob ich das auch ohne GoogleEarth machen kann, evtl. in einem anderen Format und umwandeln oder so...

Laogai und BlackyV sind gerade am basteln, wie man das wohl mit Mapsource hinbekommt.

Bei mir werden auch nur der Start- und Endpunkt angezeigt. Aber wenn man einige Zwischenstationen von Hand einfügt kommt man der Sache schon recht nahe. Ich weiß, ist nicht so schön wie automatisch erstellte Zwischenpunkte, aber für den Anfang hilft das erstmal.

Gruß

Armin
 

DocW

Geowizard
Wahnsinn!!

Habs gerade mal ausprobiert, mit Mapsend natürlich. das sollte mit Mapsource ebenso funktionieren (bis auf den GPSbabel umweg)
- Einfach Route in die Karte klickern (habe mal eben 5-7 Zwischenpunkte angeklickt),
- Route abspeichern (heisst bei Magellan *.wpt)
- mit GPSbabel nach gpx übersetzen, die aktuelle Version von GPSBabel scheint GPX 1.1 nicht zu beherrschen
- mit EasyGPX, welches 1.1 beherrscht (das aktuelle z.B.) einmal laden und sofort wieder abspeichern.
- Diesen GPX-File dann in das Tool laden.
- Fertig!

Klappt, ich bin begeistert!
 

BlackyV

Geowizard
Genau, das war's auch für Mapsource:

- einfach Route in die Karte geklickert, also keine extra Wegpunkte dafür angelegt.
- Speichern unter... , Dateityp "GPX"
- hochladen zu gc.com
- daraus PQ erstellen

Klick mir
 
OP
A

Anonymous

Guest
und wenn laogai dann alles richtig gemacht hat, überprüft er es hier:

(noch die falsche version) :shock:
routegpsv1.png


happy mapping
 
OP
A

Anonymous

Guest
@ blackyV: du solltest die route »durch berlin« vor dem speichern mal berechnen lassen. so sieht das eher nach einem wm-goal aus. und wer will das schon? 8)
 

whitesun

Geowizard
Da hassu wahr. Aber leider will bei meinem Rechner Google Earth auch nicht so richtig. Die GraKa schafft das nicht mehr. Zu alt :(

Kann man denn in maps.google.com Routen generieren, die man als *.kml speichern kann? Ich hab' das noch nicht gefunden.

Gruß

Armin
 
Oben