mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 02:54:12 +01:00
5ca04308729954f6ba3a83e49204449a1c68e708
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.0.3
- Leaflet-providers 1.1.15
- Leaflet.markercluster 1.0.0
- Leaflet-omnivore 0.3.4
- Leaflet.loading 0.1.23
- Leaflet.Control.FullScreen 1.4.2
- Leaflet Control Geocoder 1.5.4
- Leaflet.ExtraMarkers 1.0.6
- 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 unter the MIT or BSD license.
Description
Languages
JavaScript
96.7%
CSS
1.6%
HTML
1.2%
PHP
0.5%