GPS-Sport ForenRun.GPS GeneralAdding map layers
Bitte einloggen, um neue Kommentare zu erstellen Foren durchsuchen
Erste Seite<Seite4von6>Letzte Seite
corwin42 21.07.2009 09:27:37 UTC geändert am 21.07.2009 09:32:56 UTC

Currently working URLs for Google Maps

Hi,

I played around a bit with the Google Maps URLs and searched the Internet and found the following URLs working. Put these in your maps.xml file:

Google Street Maps:
http://mt0.google.com/mt?v=w2.92&hl=de&x=$x&s=&y=$y&z=$z&s=

Google Sattelite Maps:
http://khm0.google.com/kh?v=37&hl=de&x=$x&s=&y=$y&z=$z&s=

Google Topographic Maps:
http://mt0.google.com/mt?v=w2p.87&hl=de&x=$x&s=&y=$y&z=$z&s=

For english maps use hl=en instead of hl=de.

The server name is suffixed with a number between 0 and 3. So you can use mt1.google.com, mt2.google.com and mt3.google.com too (same for khm0 - khm3). Unfortunately Run.GPS supports only one server.

Be aware that if you download large amounts of map tiles your IP-address will be banned by the google servers.

For easier download you can use my PDA TileManager: http://www.amberhome.de/pdatilemanager.html
It can use the maps.xml file from Run.GPS

Greetings,
Markus
kelloggkim 17.07.2009 15:14:21 UTC

cannot see the google street map of japan?

help me plz
hschwarm 18.06.2009 17:13:37 UTC



Does anyone has a fix for that? My experiences in the past were that they change/disable some of the URLs.
mae 18.06.2009 09:00:00 UTC



From words Google and nicht i guess he's trying to say that google street maps doesnt work, i agree with that, i tried too. Google topo maps works neither with that maps.xml trick.
hschwarm 17.06.2009 22:29:34 UTC geändert am 17.06.2009 22:30:15 UTC

Google Maps geht schon wieder nicht

Sieht so aus, als ob der Download von Google Maps schon wieder nicht geht. Hat jemand eine URL, die geht?
Bin vor allem an Google Maps Street interessiert.

Danke
HerrBert 19.03.2009 12:10:32 UTC

maps.xml updated with Outdoor Active

?<?xml version="1.0" encoding="UTF-8"?>
<mapSources>
<mapSource>
<name>OpenStreetMap</name>
<dirName>osm</dirName>
<copyright>OpenStreetMap.org</copyright>
<minZoom>6</minZoom>
<maxZoom>18</maxZoom>
<urlPattern>http://tile.openstreetmap.org/$z/$x/$y.png</urlPattern>
</mapSource>
<mapSource>
<name>OSM Cycle Map</name>
<dirName>cycleMap</dirName>
<copyright>OpenCycleMap.org</copyright>
<minZoom>6</minZoom>
<maxZoom>18</maxZoom>
<urlPattern>http://www.thunderflames.org/tiles/cycle/$z/$x/$y.png</urlPattern>
</mapSource>
<mapSource>
<name>OpenPisteMap</name>
<dirName>openPisteMap</dirName>
<copyright>OpenPisteMap.org</copyright>
<minZoom>7</minZoom>
<maxZoom>15</maxZoom>
<urlPattern>http://openpistemap.org/tiles/contours/$z/$x/$y.png</urlPattern>
</mapSource>
<mapSource>
<name>Google Maps (Street)</name>
<dirName>googleMaps</dirName>
<copyright>Google Maps</copyright>
<minZoom>7</minZoom>
<maxZoom>16</maxZoom>
<urlPattern>http://mt0.google.com/mt?v=ap.86&amp;hl=de&amp;x=$x&amp;s=&amp;y=$y&amp;z=$z&amp;s=</urlPattern>
</mapSource>
<mapSource>
<name>Google Maps (Sat)</name>
<dirName>googleSat</dirName>
<copyright>Google Maps</copyright>
<minZoom>6</minZoom>
<maxZoom>18</maxZoom>
<urlPattern>http://khm0.google.com/kh?v=33&amp;hl=de&amp;x=$x&amp;s=&amp;y=$y&amp;z=$z&amp;s=</urlPattern>
</mapSource>
<mapSource>
<name>Google Maps (Topo)</name>
<dirName>googlePhys</dirName>
<copyright>Google Maps</copyright>
<minZoom>6</minZoom>
<maxZoom>18</maxZoom>
<urlPattern>http://mt0.google.com/mt?v=app.87&amp;hl=de&amp;x=$x&amp;s=&amp;y=$y&amp;z=$z&amp;s=</urlPattern>
</mapSource>
<mapSource>
<name>Outdoor Active</name>
<dirName>outdooractive</dirName>
<copyright>Tele Atlas</copyright>
<minZoom>6</minZoom>
<maxZoom>18</maxZoom>
<urlPattern>http://t1.outdooractive.com/portal/map/$z/$x/$y.png</urlPattern>
</mapSource>
</mapSources>
hschwarm 10.03.2009 14:33:56 UTC

Google Maps Street

Hab bei mir jetzt die Variante von corwin42 laufen - ohne Probleme.
Hier der gesamte Inhalt der maps.xml:

<?xml version="1.0" encoding="UTF-8"?>
<mapSources>
<mapSource>
<name>OpenStreetMap</name>
<dirName>osm</dirName>
<copyright>OpenStreetMap.org</copyright>
<minZoom>7</minZoom>
<maxZoom>16</maxZoom>
<urlPattern>http://tile.openstreetmap.org/$z/$x/$y.png</urlPattern>
</mapSource>
<mapSource>
<name>OSM Cycle Map</name>
<dirName>cycleMap</dirName>
<copyright>OpenCycleMap.org</copyright>
<minZoom>7</minZoom>
<maxZoom>13</maxZoom>
<urlPattern>http://www.thunderflames.org/tiles/cycle/$z/$x/$y.png</urlPattern>
</mapSource>
<mapSource>
<name>OpenPisteMap</name>
<dirName>openPisteMap</dirName>
<copyright>OpenPisteMap.org</copyright>
<minZoom>7</minZoom>
<maxZoom>15</maxZoom>
<urlPattern>http://openpistemap.org/tiles/contours/$z/$x/$y.png</urlPattern>
</mapSource>
<mapSource>
<name>Google Maps (Street)</name>
<dirName>googleMaps</dirName>
<copyright>Google Maps</copyright>
<minZoom>7</minZoom>
<maxZoom>16</maxZoom>
<urlPattern>http://mt3.google.com/mt?v=&amp;hl=de&amp;x=$x&amp;s=&amp;y=$y&amp;z=$z&amp;s=</urlPattern>
</mapSource>
<mapSource>
<name>Google Maps (Sat)</name>
<dirName>googleSat</dirName>
<copyright>Google Maps</copyright>
<minZoom>7</minZoom>
<maxZoom>16</maxZoom>
<urlPattern>http://khm0.google.com/kh?v=33&amp;hl=de&amp;x=$x&amp;s=&amp;y=$y&amp;z=$z&amp;s=</urlPattern>
</mapSource>
<mapSource>
<name>Google Maps (Topo)</name>
<dirName>googlePhys</dirName>
<copyright>Google Maps</copyright>
<minZoom>7</minZoom>
<maxZoom>15</maxZoom>
<urlPattern>http://mt0.google.com/mt?v=app.87&amp;hl=de&amp;x=$x&amp;s=&amp;y=$y&amp;z=$z&amp;s=</urlPattern>
</mapSource>
</mapSources>
dimaweb 10.03.2009 11:49:10 UTC

GoogleMapsStreet

Hallo Freunde,
habe heute beide Varianten der URL ausprobiert, leider beide ohne Erfolg. Mit der URL von hschwarm habe ich sogar eine Fehlermeldung der Software bekommen. Maps.xml fehlerhaft. Werde ebenfalls weiter probieren und Ergebnis mitteilen.
TOPO funktioniert auch bei mir fehlerfrei.
hschwarm 02.03.2009 12:17:57 UTC

Google Maps Street

Hallo,

bei mir funktioniert es wieder. Nachdem ich bei einem anderen Programm (gmapmaker), mit dem man auch automatisch Google Maps runterladen kann, mal geschaut habe auf welche URL der zugreift habe ich die dann in meiner maps.xml entsprechend abgeändert. Es ging dann auf Anhieb :-) dann gings aber auch plötzlich wieder nicht :-( und ich hatte keine Ahnung warum. Habe es dann nach längerer Zeit heute wieder probiert und es funzt einwandfrei :-))).
Sieht für mich auch so aus, als ob Google die URLs ab und zu ändert und als ob da teilweise nen "Schutz" eingebaut ist gegen maschinelles runterladen. Der gmapmaker verwendet evtl auch deswegen wechselnde URLS.

Die URL, die ich momentan drin habe und mit der es heute bis jetzt funktioniert hat lautet:
http://mt3.google.com/mt?v=w2.89&hl=en&x=$x&s=&y=$y&z=$z&s=

Ich werde aber das mit v= von Markus im Hinterkopf behalten und probieren falls es nicht mehr geht.

Google Maps Topo geht bei mir. Die URL die bei mir drinsteht lautet:
http://mt0.google.com/mt?v=app.87&hl=de&x=$x&s=&y=$y&z=$z&s=


So jetzt hoffe ich das es weiterhin stabil funktioniert.
corwin42 02.03.2009 08:55:01 UTC

Lösung zu GoogleMaps (Street)

Hallo,

ich habe mir das Problem mal angesehen und es liegt wohl an dem v=xxx Parameter.

Wenn man diesen Parameter leer lässt (einfach nur v= als Parameter übergeben), klappt es wieder. Ich benutze zur Zeit folgendes URL-Pattern für Google Maps (Street)

<urlPattern>http://mt0.google.com/mt?v=&amp;hl=de&amp;x=$x&amp;s=&amp;y=$y&amp;z=$z&amp;s=</urlPattern>

Das klappt. Ich habe allerdings noch keine vernünftige Beschreibung der Google Maps TileServer URL gefunden. Es gibt da wohl einige Varianten und Google ändert da auch hin und wieder was dran.

Funktioniert bei euch denn die GoogleMaps Geländekarte noch vernünftig? Bei mir ist der Download von Tiles total unzuverlässig. Run.GPS bekommt meist nur einen Teil heruntergeladen und es dauert total lange.

Gruß,
Markus
Erste Seite<Seite4von6>Letzte Seite
© 2024 | Impressum | Allgemeine Geschäftsbedingungen | Nutzungsbedigungen | Datenschutzerklärung | Widerruf und Rücksendung | Batterieentsorgung