Update leaflet geocoder.

This commit is contained in:
David Molineus
2015-06-18 16:26:12 +02:00
parent b18d76f61e
commit 4ddb52925d
7 changed files with 43 additions and 9 deletions

View File

@@ -72,10 +72,10 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-fullscreen'] = array
'javascript' => 'assets/leaflet/libs/leaflet-fullscreen/Control.FullScreen.min.js'
);
$GLOBALS['LEAFLET_LIBRARIES']['leaflet-control-geocode'] = array
$GLOBALS['LEAFLET_LIBRARIES']['leaflet-control-geocoder'] = array
(
'name' => 'Leaflet Control Geocoder',
'version' => '1.0.0',
'version' => '1.1.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.min.css',