|
|
@ -33,7 +33,7 @@ $config['baseMaps'] = array( |
|
|
|
'id' => 'osm-cyle', |
|
|
|
'name' => 'OSM CycleMap', |
|
|
|
'attribution' => '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors, Tiles: <a href="http://www.thunderforest.com/">Andy Allan</a>', |
|
|
|
'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' => '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors, Tiles: <a href="http://www.thunderforest.com/">Andy Allan</a>', |
|
|
|
'url' => '//{s}.tile.thunderforest.com/transport/{z}/{x}/{y}.png?apikey=', |
|
|
|
'maxZoom' => 20, |
|
|
|
), |
|
|
|
array( |
|
|
|
'id' => 'hot', |
|
|
|
'name' => 'Humanitarian', |
|
|
|
'attribution' => '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors, Tiles: <a href="http://hot.openstreetmap.org/">Humanitarian OpenStreetMap Team</a>', |
|
|
|
'url' => '//tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png', |
|
|
|
'maxZoom' => 20, |
|
|
|
), |
|
|
|
); |
|
|
|
|
|
|
|
// List of available user interface languages |
|
|
|