From 74db348d92fe2949be2ab1d917d94f4c3c27a484 Mon Sep 17 00:00:00 2001 From: Gerhard Koch Date: Thu, 6 Feb 2014 10:13:30 +0100 Subject: [PATCH] updates tile sources --- staticmap.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/staticmap.php b/staticmap.php index 0e5142d..436a92d 100644 --- a/staticmap.php +++ b/staticmap.php @@ -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' );