'',
// 'type' => 'tile|overlay',
// 'url' => '',
// 'attribution' => '',
// 'minzoom' => '',
// 'maxzoom' => '',
// 'opacity' => '0-1',
// 'transparent' => 'true|false'
//),
//Array(
// 'name' => 'tilewms',
// 'type' => 'tilewms|overlaywms',
// 'url' => '',
// 'layers' => '',
// 'version' => '',
// 'attribution' => '',
// 'format' => '',
// 'opacity' => '0-1',
// 'transparent' => 'true|false'
//),
Array(
'name' => 'OpenStreetMap',
'type' => 'tile',
'url' => 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
'attribution' => 'Map data © 2013 OpenStreetMap contributors',
'minzoom' => '1',
'maxzoom' => '19'
),
Array(
'name' => 'OpenCycleMap',
'type' => 'tile',
'url' => 'https://{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png',
'attribution' => '© OpenCycleMap, © OpenStreetMap',
'minzoom' => '1',
'maxzoom' => '18'
),
Array(
'name' => 'OpenStreetMap Transport',
'type' => 'tile',
'url' => 'https://{s}.tile.thunderforest.com/transport/{z}/{x}/{y}.png',
'attribution' => 'Map data © 2013 OpenStreetMap contributors',
'minzoom' => '1',
'maxzoom' => '18'
),
Array(
'name' => 'ESRI Aerial',
'type' => 'tile',
'url' => 'https://server.arcgisonline.com/ArcGIS/rest/services' .
'/World_Imagery/MapServer/tile/{z}/{y}/{x}',
'attribution' => 'Tiles © Esri — Source: Esri, i-cubed, ' .
'USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the' .
' GIS User Community',
'minzoom' => '1',
'maxzoom' => '18'
),
Array(
'name' => 'ESRI Topo with relief',
'type' => 'tile',
'url' => 'https://server.arcgisonline.com/ArcGIS/rest/services/World' .
'_Topo_Map/MapServer/tile/{z}/{y}/{x}',
'attribution' => 'Tiles © Esri — Esri, DeLorme, NAVTEQ, ' .
'TomTom, Intermap, iPC, USGS, FAO, NPS, NRCAN, GeoBase, Kadaster NL, Ord' .
'nance Survey, Esri Japan, METI, Esri China (Hong Kong), and the GIS User' .
' Community',
'minzoom' => '1',
'maxzoom' => '18'
),
Array(
'name' => 'Dark',
'type' => 'tile',
'url' => 'http://a.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png',
'attribution' => '© Map tiles by CartoDB, under CC BY 3.0. Data by' .
' OpenStreetMap, under ODbL.',
'minzoom' => '1',
'maxzoom' => '18'
),
Array(
'name' => 'Toner',
'type' => 'tile|overlay',
'url' => 'http://{s}.tile.stamen.com/toner/{z}/{x}/{y}.jpg',
'attribution' => 'Leaflet | © Map tiles by Stamen Design, under CC BY 3.0, Data by OpenSt' .
'reetMap, under CC BY SA.',
'minzoom' => '1',
'maxzoom' => '18'
),
Array(
'name' => 'Google Maps Sattellite',
'type' => 'tile',
'url' => 'https://mt.google.com/vt?lyrs=s&x={x}&y={y}&z={z}',
'attribution' => "Google Maps Satellite",
'minzoom' => '1',
'maxzoom' => '20'
),
Array(
'name' => 'Google Maps Hybrid',
'type' => 'tile',
'url' => 'https://mt.google.com/vt?lyrs=y&x={x}&y={y}&z={z}',
'attribution' => "Google Maps Hybrid",
'minzoom' => '1',
'maxzoom' => '20'
),
Array(
'name' => 'OsmFr Route500',
'type' => 'overlay',
'url' => 'http://{s}.tile.openstreetmap.fr/route500/{z}/{x}/{y}.png',
'attribution' => '©, Tiles © OpenStreetMap France',
'opacity' => '0.5',
'minzoom' => '1',
'maxzoom' => '20'
),
];
?>