... 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
#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


Messages In This Thread
RE: URL für "cycle" Ansicht in google maps - by routeconverter - 23.03.2008, 19:29

Forum Jump:


Users browsing this thread: 1 Guest(s)