Add config for leaflet-control-geocode

This commit is contained in:
David Molineus
2015-01-10 13:00:56 +01:00
parent 02ac641e5f
commit 0dbb80eceb

View File

@@ -42,7 +42,6 @@ $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',
@@ -53,6 +52,16 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-loading'] = array
'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' => '<a href="https://github.com/perliedman/leaflet-control-geocoder/blob/master/LICENSE" target="_blank">BSD-2-Clause</a>',
'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',