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',