Implementing extra markers.

This commit is contained in:
David Molineus
2016-11-13 21:53:08 +01:00
parent 5364c0f15e
commit 9f2d5d94dc
14 changed files with 277 additions and 0 deletions

View File

@@ -82,6 +82,16 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-control-geocoder'] = array
'javascript' => 'assets/leaflet/libs/control-geocoder/Control.Geocoder.min.js'
);
$GLOBALS['LEAFLET_LIBRARIES']['leaflet-extra-markers'] = array
(
'name' => 'Leaflet Extra Markers',
'version' => '1.0.6',
'license' => '<a href="https://github.com/coryasilva/Leaflet.ExtraMarkers/blob/master/LICENSE" target="_blank">MIT</a>',
'homepage' => 'https://github.com/coryasilva/Leaflet.ExtraMarkers',
'css' => 'assets/leaflet/libs/control-extra-marker/leaflet.extra-markers.min.css',
'javascript' => 'assets/leaflet/libs/control-extra-marker/leaflet.extra-markers.min.js'
);
$GLOBALS['LEAFLET_LIBRARIES']['osmtogeojson'] = array
(
'name' => 'osmtogeojson',