|
|
@ -17,6 +17,28 @@ $config['defaultView'] = array('lat' => 51.505, 'lon' => -0.09, 'zoom' => 18); |
|
|
|
// Shall the initial map view be retrieved via IP location? (default: true) |
|
|
|
$config['checkIpLocation'] = true; |
|
|
|
|
|
|
|
// Available base maps; first is default |
|
|
|
$config['baseMaps'] = array( |
|
|
|
array( |
|
|
|
'name' => 'OSM Default', |
|
|
|
'attribution' => '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors', |
|
|
|
'url' => '//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', |
|
|
|
'maxZoom' => 19, |
|
|
|
), |
|
|
|
array( |
|
|
|
'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', |
|
|
|
'maxZoom' => 18, |
|
|
|
), |
|
|
|
array( |
|
|
|
'name' => 'OpenTopoMap', |
|
|
|
'attribution' => '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors, Tiles: <a href="http://opentopomap.org/">OpenTopoMap</a>', |
|
|
|
'url' => '//{s}.tile.opentopomap.org/{z}/{x}/{y}.png', |
|
|
|
'maxZoom' => 17, |
|
|
|
), |
|
|
|
); |
|
|
|
|
|
|
|
// List of available user interface languages |
|
|
|
$languages = array( |
|
|
|
"ast", // Asturian |
|
|
|