'Leaflet',
'version' => '0.7.3',
'license' => 'BSD-2-Clause',
'homepage' => 'http://leafletjs.com',
'css' => 'assets/leaflet/libs/leaflet/leaflet.css',
'javascript' => 'assets/leaflet/libs/leaflet/leaflet.js',
);
$GLOBALS['LEAFLET_LIBRARIES']['leaflet-providers'] = array
(
'name' => 'Leaflet-providers',
'version' => '1.0.12',
'license' => 'BSD-2-Clause',
'homepage' => 'http://leaflet-extras.github.io/leaflet-providers',
'javascript' => 'assets/leaflet/libs/leaflet-providers/leaflet-providers.js'
);
$GLOBALS['LEAFLET_LIBRARIES']['leaflet-ajax'] = array
(
'name' => 'Leaflet-ajax',
'version' => '1.1.0',
'license' => 'MIT',
'homepage' => 'https://github.com/calvinmetcalf/leaflet-ajax',
'javascript' => 'assets/leaflet/libs/leaflet-ajax/leaflet.ajax.min.js'
);
$GLOBALS['LEAFLET_LIBRARIES']['leaflet-loading'] = array
(
'name' => 'Leaflet.loading',
'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',
'version' => '2.0.2',
'license' => 'MIT',
'homepage' => 'http://fgnass.github.io/spin.js',
'javascript' => 'assets/leaflet/libs/spin-js/spin.min.js'
);