From 32e9583f3566a4617b499e1ff84161ae5d0f3e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Mon, 14 Aug 2017 16:14:58 +0200 Subject: [PATCH] mapLayers: Additional tile layers --- conf.php-dist | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/conf.php-dist b/conf.php-dist index d6d3a6fb..caa529f2 100644 --- a/conf.php-dist +++ b/conf.php-dist @@ -33,7 +33,7 @@ $config['baseMaps'] = array( 'id' => 'osm-cyle', 'name' => 'OSM CycleMap', 'attribution' => '© OpenStreetMap contributors, Tiles: Andy Allan', - 'url' => '//{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png', + 'url' => '//{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey=', 'maxZoom' => 18, ), array( @@ -43,6 +43,20 @@ $config['baseMaps'] = array( 'url' => '//{s}.tile.opentopomap.org/{z}/{x}/{y}.png', 'maxZoom' => 17, ), + array( + 'id' => 'transportmap', + 'name' => 'Transport Map', + 'attribution' => '© OpenStreetMap contributors, Tiles: Andy Allan', + 'url' => '//{s}.tile.thunderforest.com/transport/{z}/{x}/{y}.png?apikey=', + 'maxZoom' => 20, + ), + array( + 'id' => 'hot', + 'name' => 'Humanitarian', + 'attribution' => '© OpenStreetMap contributors, Tiles: Humanitarian OpenStreetMap Team', + 'url' => '//tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png', + 'maxZoom' => 20, + ), ); // List of available user interface languages