51.505, 'lon' => -0.09, 'zoom' => 18); // Shall the initial map view be retrieved via IP location? (default: true) $config['checkIpLocation'] = true; // maxZoom (tiles will be scaled if higher than native zoom level). Default: 19. $config['maxZoom'] = 19; // Available base maps; first is default $config['baseMaps'] = array( array( 'id' => 'osm-mapnik', 'name' => 'OSM Default', 'attribution' => '© OpenStreetMap contributors', 'url' => '//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', 'maxZoom' => 19, ), array( 'id' => 'osm-cyle', 'name' => 'OSM CycleMap', 'attribution' => '© OpenStreetMap contributors, Tiles: Andy Allan', 'url' => '//{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey=', 'maxZoom' => 18, ), array( 'id' => 'opentopomap', 'name' => 'OpenTopoMap', 'attribution' => '© OpenStreetMap contributors, Tiles: OpenTopoMap', '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 $languages = array( "ast", // Asturian "ca", // Catalan "cs", // Czech "da", // Danish "de", // German "el", // Greek "en", // English "es", // Spanish "et", // Estonian "fr", // French "hu", // Hungarian "it", // Italian "ja", // Japanese "nl", // Dutch "pl", // Polish "pt-br", // Portugese (Brazil) "ro", // Romanian "ru", // Russian "sr", // Serbian "uk", // Ukrainian );