From 5b7c7d01d833835e94239f21c622616fd85432ad Mon Sep 17 00:00:00 2001 From: David Molineus Date: Thu, 6 Jul 2017 17:10:56 +0200 Subject: [PATCH] Update leaflet providers to current supported features. --- module/config/leaflet_providers.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/module/config/leaflet_providers.php b/module/config/leaflet_providers.php index ff9207a..d1531a8 100644 --- a/module/config/leaflet_providers.php +++ b/module/config/leaflet_providers.php @@ -18,7 +18,7 @@ $GLOBALS['LEAFLET_TILE_PROVIDERS'] = array ( 'OpenStreetMap' => array ( - 'variants' => array('Mapnik', 'BlackAndWhite', 'DE', 'France', 'HOT'), + 'variants' => array('Mapnik', 'BlackAndWhite', 'DE', 'France', 'HOT', 'BZH'), ), 'OpenSeaMap' => array(), 'OpenTopoMap' => array(), @@ -123,6 +123,19 @@ $GLOBALS['LEAFLET_TILE_PROVIDERS'] = array 'fields' => array('tile_provider_key', 'tile_provider_code'), 'class' => 'Netzmacht\LeafletPHP\Plugins\LeafletProviders\HereProvider', ), + 'JusticeMap' => array( + 'variants' => array( + 'income', + 'americanIndian', + 'asian', + 'black', + 'hispanic', + 'multi', + 'nonWhite', + 'white', + 'plurality' + ) + ), 'FreeMapSK' => array(), 'MtbMap' => array(), 'CartoDB' => array( @@ -150,6 +163,9 @@ $GLOBALS['LEAFLET_TILE_PROVIDERS'] = array 'orthofoto', ) ), + 'nlmaps' => array( + 'variants' => array('standaard', 'pastel', 'grijs', 'luchtfoto') + ), 'NASAGIBS' => array( 'variants' => array( 'ModisTerraTrueColorCR',