netzmacht / contao-leaflet-libraries
Javascript libraries for the Leaflet maps integration for Contao
Installs: 17 273
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Language:JavaScript
Type:contao-module
Requires
- php: ^7.4 || ^8.0
- contao-community-alliance/composer-plugin: ~3.0
- contao/core-bundle: ^4.13 || ^5.0
Suggests
- netzmacht/contao-leaflet-maps: Leaflet maps integration into Contao CMS
README
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.9.3
- Leaflet-providers 1.13.0
- Leaflet.markercluster 1.4.1
- Leaflet-omnivore 0.3.4
- Leaflet.loading 0.1.24
- Leaflet.Control.FullScreen 1.6.0
- Leaflet Control Geocoder 1.13.0
- Leaflet.ExtraMarkers 1.2.1
- leaflet.pm 0.25.0
- 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.