Add leaflet ajax library.

This commit is contained in:
David Molineus
2015-01-06 14:57:05 +01:00
parent e9d1ec7081
commit 990f9475d0
6 changed files with 859 additions and 0 deletions

View File

@@ -144,3 +144,10 @@ $GLOBALS['LEAFLET_ASSETS']['leaflet-providers'] = array(
array('system/modules/leaflet/assets/leaflet/leaflet-providers/leaflet-providers.js', 'file')
)
);
$GLOBALS['LEAFLET_ASSETS']['leaflet-ajax'] = array(
'javascript' => array(
array('system/modules/leaflet/assets/leaflet/leaflet-ajax/leaflet.ajax.min.js', 'file')
)
);