Geocaching#

Sites#

http://opencaching.de http://geocaching.com http://navicache.com

Get coordinates from Google Maps#

  1. http://maps.google.com
  2. Search you location
  3. Right click and center position
  4. Enter following in browser address line and hit enter
javascript:void(prompt('',gApplication.getMap().getCenter())); 
Bsp. Maschsee Hannover = (52.36245838965914, 9.737212657928467)
  • 6 Stellen hinter dem Komma reichen für eine Genauigkeit von etwa 11 cm aus
  • Breite = Latitude = 52.36245838965914 Grad vom Äquator (=0) zum Nordpol (=90)
    • das entspricht 52 Grad und (0,36245838965914 * 60) = 21,7475033795484 Minuten
    • das entspricht 52 Grad, 21 Minuten und (0,7475033795484 * 60) = 44,850202772904 Sekunden
  • Länge = Longitude = 9.737212657928467 Grad von Greenwich (=0, Nahe London) Richtung Osten
    • das entspricht 9 Grad und (0,737212657928467 * 60) = 44,23275947570802 Minuten
    • das entspricht 9 Grad, 44 Minuten und (0,23275947570802 * 60) = 13,9655685424812 Sekunden
  • Mein GARMIN eTrex H benötigt die Daten in Grad und Minute, Bsp.: N 52 21,747 / E 009 44,232