forked from Snck3rs/contao-leaflet-libraries
2.5 KiB
2.5 KiB
Libraries for Leaflet integration into Contao CMS
This package is just a bundle of leaflet libraries required by netzmacht/contao-leaflet-maps - the Leaflet maps integration into Contao CMS.
This package contains following packages:
- leaflet 1.3.4
- Leaflet-providers 1.3.1
- Leaflet.markercluster 1.4.0
- Leaflet-omnivore 0.3.4
- Leaflet.loading 0.1.24
- Leaflet.Control.FullScreen 1.4.3
- Leaflet Control Geocoder 1.5.8
- Leaflet.ExtraMarkers 1.0.6
- leaflet.pm 0.23.1
- osmtogeojson 2.2.12
- spin.js 2.3.2
Install
You can install this package via composer.
$ php composer.phar require netzmacht/contao-leaflet-libraries:~1.0
If you use Contao 4 without the managed edition, you also have to register the module as a bundle.
<?php
// Dependency is automatically installed and has to be registered
new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('leaflet-libs', $this->getRootDir()),
Version numbers
Each release has is tagged with the main leaflet version which is shipped with this bundle. For any bugfix release which is created without shipping a newer version of leaflet, this package uses four parts of the version number.
License
As this package is just a meta package to provide the libraries, the licenses of each library have to be accepted. They are under the MIT or BSD license.