mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 20:43:52 +01:00
Sync providers with current version of leaflet-providers.
This commit is contained in:
@@ -24,7 +24,15 @@ $GLOBALS['LEAFLET_TILE_PROVIDERS'] = array
|
|||||||
'OpenTopoMap' => array(),
|
'OpenTopoMap' => array(),
|
||||||
'Thunderforest' => array
|
'Thunderforest' => array
|
||||||
(
|
(
|
||||||
'variants' => array('OpenCycleMap', 'Transport', 'Landscape', 'Outdoors')
|
'variants' => array(
|
||||||
|
'OpenCycleMap',
|
||||||
|
'Transport',
|
||||||
|
'TransportDark',
|
||||||
|
'SpinalMap',
|
||||||
|
'Landscape',
|
||||||
|
'Outdoors',
|
||||||
|
'Pioneer'
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'OpenMapSurfer' => array
|
'OpenMapSurfer' => array
|
||||||
(
|
(
|
||||||
@@ -33,9 +41,6 @@ $GLOBALS['LEAFLET_TILE_PROVIDERS'] = array
|
|||||||
'Hydda' => array(
|
'Hydda' => array(
|
||||||
'variants' => array('Full', 'Base', 'RoadsAndLabels')
|
'variants' => array('Full', 'Base', 'RoadsAndLabels')
|
||||||
),
|
),
|
||||||
'MapQuestOpen' => array(
|
|
||||||
'variants' => array('OSM', 'Aerial', 'HybridOverlay')
|
|
||||||
),
|
|
||||||
'MapBox' => array(
|
'MapBox' => array(
|
||||||
'class' => 'Netzmacht\LeafletPHP\Plugins\LeafletProviders\MapBoxProvider',
|
'class' => 'Netzmacht\LeafletPHP\Plugins\LeafletProviders\MapBoxProvider',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
@@ -118,25 +123,16 @@ $GLOBALS['LEAFLET_TILE_PROVIDERS'] = array
|
|||||||
'fields' => array('tile_provider_key', 'tile_provider_code'),
|
'fields' => array('tile_provider_key', 'tile_provider_code'),
|
||||||
'class' => 'Netzmacht\LeafletPHP\Plugins\LeafletProviders\HereProvider',
|
'class' => 'Netzmacht\LeafletPHP\Plugins\LeafletProviders\HereProvider',
|
||||||
),
|
),
|
||||||
'Acetate' => array(
|
|
||||||
'variants' => array(
|
|
||||||
'basemap',
|
|
||||||
'terrain',
|
|
||||||
'all',
|
|
||||||
'foreground',
|
|
||||||
'roads',
|
|
||||||
'labels',
|
|
||||||
'hillshading',
|
|
||||||
)
|
|
||||||
),
|
|
||||||
'FreeMapSK' => array(),
|
'FreeMapSK' => array(),
|
||||||
'MtbMap' => array(),
|
'MtbMap' => array(),
|
||||||
'CartoDB' => array(
|
'CartoDB' => array(
|
||||||
'variants' => array(
|
'variants' => array(
|
||||||
'Positron',
|
'Positron',
|
||||||
'PositronNoLabels',
|
'PositronNoLabels',
|
||||||
|
'PositronOnlyLabels',
|
||||||
'DarkMatter',
|
'DarkMatter',
|
||||||
'DarkMatterNoLabels'
|
'DarkMatterNoLabels',
|
||||||
|
'DarkMatterOnlyLabels',
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'HikeBike' => array(
|
'HikeBike' => array(
|
||||||
@@ -148,10 +144,12 @@ $GLOBALS['LEAFLET_TILE_PROVIDERS'] = array
|
|||||||
'BasemapAT' => array(
|
'BasemapAT' => array(
|
||||||
'basemap',
|
'basemap',
|
||||||
'grau',
|
'grau',
|
||||||
|
'overlay',
|
||||||
'highdpi',
|
'highdpi',
|
||||||
'orthofoto',
|
'orthofoto',
|
||||||
),
|
),
|
||||||
'NASAGIBS' => array(
|
'NASAGIBS' => array(
|
||||||
|
'variants' => array(
|
||||||
'ModisTerraTrueColorCR',
|
'ModisTerraTrueColorCR',
|
||||||
'ModisTerraBands367CR',
|
'ModisTerraBands367CR',
|
||||||
'ViirsEarthAtNight2012',
|
'ViirsEarthAtNight2012',
|
||||||
@@ -159,17 +157,7 @@ $GLOBALS['LEAFLET_TILE_PROVIDERS'] = array
|
|||||||
'ModisTerraSnowCover',
|
'ModisTerraSnowCover',
|
||||||
'ModisTerraAOD',
|
'ModisTerraAOD',
|
||||||
'ModisTerraChlorophyll',
|
'ModisTerraChlorophyll',
|
||||||
),
|
|
||||||
'NLS' => array(
|
|
||||||
'OS_1900',
|
|
||||||
'OS_1920',
|
|
||||||
'OS_opendata',
|
|
||||||
'OS_6inch_1st',
|
|
||||||
'OS_6inch',
|
|
||||||
'OS_25k',
|
|
||||||
'OS_npe',
|
|
||||||
'OS_7th',
|
|
||||||
'OS_London',
|
|
||||||
'GSGS_Ireland',
|
|
||||||
)
|
)
|
||||||
|
),
|
||||||
|
'NLS' => array()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user