updates tile sources

This commit is contained in:
Gerhard Koch 2014-02-06 10:13:30 +01:00
parent 1c5a8859b5
commit 74db348d92
1 changed files with 4 additions and 2 deletions

View File

@ -35,10 +35,12 @@ Class staticMapLite {
protected $tileSize = 256;
protected $tileSrcUrl = array( 'mapnik' => 'http://tile.openstreetmap.org/{Z}/{X}/{Y}.png',
'osmarenderer' => 'http://c.tah.openstreetmap.org/Tiles/tile/{Z}/{X}/{Y}.png',
'osmarenderer' => 'http://otile1.mqcdn.com/tiles/1.0.0/osm/{Z}/{X}/{Y}.png',
'cycle' => 'http://c.andy.sandbox.cloudmade.com/tiles/cycle/{Z}/{X}/{Y}.png',
'cycle' => 'http://a.tile.opencyclemap.org/cycle/{Z}/{X}/{Y}.png',
'piste' => 'http://tiles.openpistemap.org/nocontours/{Z}/{X}/{Y}.png',
'piste' => 'http://openpistemap.org/tiles/contours/{Z}/{X}/{Y}.png',
'topo' => 'http://topo.geofabrik.de/trails/{Z}/{X}/{Y}.png'
'hikebike' => 'http://toolserver.org/tiles/hikebike/{Z}/{X}/{Y}.png'
);