... 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(ab) {
       return 
"http://tile.openstreetmap.org/" "/" a."/" a.".png";
   }

   function 
GetTileUrl_TaH(ab) {
       return 
"http://tah.openstreetmap.org/Tiles/tile/" "/" a."/" a.".png";
   }

   function 
GetTileUrl_Cyc(ab) {
       return 
"http://thunderflames.org/tiles/cycle/" "/" a."/" a.".png";
   } 
--
Christian
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)