From 0dbb80ecebe68da69fc1fdbd5ebc60be1567a15a Mon Sep 17 00:00:00 2001 From: David Molineus Date: Sat, 10 Jan 2015 13:00:56 +0100 Subject: [PATCH] Add config for leaflet-control-geocode --- module/config/config.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/module/config/config.php b/module/config/config.php index 065c42d..7f3cb98 100644 --- a/module/config/config.php +++ b/module/config/config.php @@ -42,17 +42,26 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-ajax'] = array 'javascript' => 'assets/leaflet/libs/leaflet-ajax/leaflet.ajax.min.js' ); - $GLOBALS['LEAFLET_LIBRARIES']['leaflet-loading'] = array ( 'name' => 'Leaflet.loading', - 'version' => '0.1.13 ', + 'version' => '0.1.13', 'license' => 'MIT', 'homepage' => 'https://github.com/ebrelsford/Leaflet.loading', 'css' => 'assets/leaflet/libs/leaflet-loading/Control.Loading.css', 'javascript' => 'assets/leaflet/libs/leaflet-loading/Control.Loading.js' ); +$GLOBALS['LEAFLET_LIBRARIES']['leaflet-control-geocode'] = array +( + 'name' => 'Leaflet Control Geocoder', + 'version' => '1.0.0', + 'license' => 'BSD-2-Clause', + 'homepage' => 'https://github.com/perliedman/leaflet-control-geocoder', + 'css' => 'assets/leaflet/libs/control-geocoder/Control.Geocoder.css', + 'javascript' => 'assets/leaflet/libs/control-geocoder/Control.Geocoder.js' +); + $GLOBALS['LEAFLET_LIBRARIES']['spin.js'] = array ( 'name' => 'spin.js',