... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
URL für "cycle" Ansicht in google maps
#1
Hallo,

habe gerade die google maps Ansicht unter LINUX zum laufen gebracht.
dort werden auch mapnik, T@H und cycle angeboten.

Wie ist die URL für "cycle" so dass ich sie auch ausserhalb von routeconverter ansehen kann?
Reply
#2
rolandm Wrote:Wie ist die URL für "cycle" so dass ich sie auch ausserhalb von routeconverter ansehen kann?

Hallo Roland,

ich verwende die folgenden Funktionen:

PHP Code:
function GetTileUrl_Mapnik(a, b) {
return
"http://tile.openstreetmap.org/" + b + "/" + a.x + "/" + a.y + ".png";
}

function
GetTileUrl_TaH(a, b) {
return
"http://tah.openstreetmap.org/Tiles/tile/" + b + "/" + a.x + "/" + a.y + ".png";
}

function
GetTileUrl_Cyc(a, b) {
return
"http://thunderflames.org/tiles/cycle/" + b + "/" + a.x + "/" + a.y + ".png";
}
--
Christian
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)