23.03.2008, 19:29
(This post was last modified: 23.03.2008, 19:30 by routeconverter.)
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
Christian
