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