diff --git a/README.md b/README.md index 22f66d3..3b9db20 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,15 @@ Contao CMS. This package contains following packages: - - [leaflet 1.0.1](http://leafletjs.com) + - [leaflet 1.0.2](http://leafletjs.com) - [Leaflet-providers 1.1.15](http://leaflet-extras.github.io/leaflet-providers) - [Leaflet.markercluster 1.0.0](https://github.com/Leaflet/Leaflet.markercluster) - - [Leaflet-omnivore 0.3.2](https://github.com/mapbox/leaflet-omnivore) + - [Leaflet-omnivore 0.3.4](https://github.com/mapbox/leaflet-omnivore) - [Leaflet.loading 0.1.23](https://github.com/ebrelsford/Leaflet.loading) - [Leaflet.Control.FullScreen 1.4.2](https://github.com/brunob/leaflet.fullscreen) - - [Leaflet Control Geocoder 1.5.1](https://github.com/perliedman/leaflet-control-geocoder) + - [Leaflet Control Geocoder 1.5.4](https://github.com/perliedman/leaflet-control-geocoder) + - [Leaflet.ExtraMarkers 1.0.6](https://github.com/coryasilva/Leaflet.ExtraMarkers) + - [osmtogeojson 2.2.12](https://github.com/tyrasd/osmtogeojson) - [spin.js 2.3.2](http://fgnass.github.io/spin.js) diff --git a/module/config/config.php b/module/config/config.php index 1b25ee1..ab6a86d 100644 --- a/module/config/config.php +++ b/module/config/config.php @@ -33,15 +33,6 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-providers'] = array 'javascript' => 'assets/leaflet/libs/leaflet-providers/leaflet-providers.min.js' ); -$GLOBALS['LEAFLET_LIBRARIES']['leaflet-omnivore'] = array -( - 'name' => 'Leaflet-omnivore', - 'version' => '0.3.4', - 'license' => 'BSD', - 'homepage' => 'https://github.com/mapbox/leaflet-omnivore', - 'javascript' => 'assets/leaflet/libs/leaflet-omnivore/leaflet-omnivore.min.js' -); - $GLOBALS['LEAFLET_LIBRARIES']['leaflet-markercluster'] = array ( 'name' => 'Leaflet.markercluster', @@ -52,6 +43,15 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-markercluster'] = array 'javascript' => 'assets/leaflet/libs/leaflet-markercluster/leaflet.markercluster.js' ); +$GLOBALS['LEAFLET_LIBRARIES']['leaflet-omnivore'] = array +( + 'name' => 'Leaflet-omnivore', + 'version' => '0.3.4', + 'license' => 'BSD', + 'homepage' => 'https://github.com/mapbox/leaflet-omnivore', + 'javascript' => 'assets/leaflet/libs/leaflet-omnivore/leaflet-omnivore.min.js' +); + $GLOBALS['LEAFLET_LIBRARIES']['leaflet-loading'] = array ( 'name' => 'Leaflet.loading',