2015-01-10 13:25:21 +01:00
|
|
|
|
|
|
|
|
Libraries for Leaflet integration into Contao CMS
|
|
|
|
|
=================================================
|
|
|
|
|
|
|
|
|
|
[](http://packagist.com/packages/netzmacht/contao-leaflet-libraries)
|
|
|
|
|
[](http://packagist.com/packages/netzmacht/contao-leaflet-libraries)
|
|
|
|
|
[](http://packagist.com/packages/netzmacht/contao-leaflet-libraries)
|
|
|
|
|
|
|
|
|
|
This package is just a bundle of leaflet libraries required by
|
|
|
|
|
[netzmacht/contao-leaflet-maps](https://github.com/netzmacht/contao-leaflet-maps) - the Leaflet maps integration into
|
|
|
|
|
Contao CMS.
|
|
|
|
|
|
|
|
|
|
This package contains following packages:
|
|
|
|
|
|
2020-12-18 10:39:19 +01:00
|
|
|
- [leaflet 1.7.1](http://leafletjs.com)
|
2018-08-23 15:35:24 +02:00
|
|
|
- [Leaflet-providers 1.3.1](http://leaflet-extras.github.io/leaflet-providers)
|
2018-08-23 15:38:28 +02:00
|
|
|
- [Leaflet.markercluster 1.4.0](https://github.com/Leaflet/Leaflet.markercluster)
|
2016-11-25 09:53:36 +01:00
|
|
|
- [Leaflet-omnivore 0.3.4](https://github.com/mapbox/leaflet-omnivore)
|
2017-01-27 12:06:34 +01:00
|
|
|
- [Leaflet.loading 0.1.24](https://github.com/ebrelsford/Leaflet.loading)
|
2018-08-23 15:40:48 +02:00
|
|
|
- [Leaflet.Control.FullScreen 1.4.5](https://github.com/brunob/leaflet.fullscreen)
|
2020-12-18 10:36:51 +01:00
|
|
|
- [Leaflet Control Geocoder 1.13.0](https://github.com/perliedman/leaflet-control-geocoder)
|
2018-08-23 15:45:06 +02:00
|
|
|
- [Leaflet.ExtraMarkers 1.0.8](https://github.com/coryasilva/Leaflet.ExtraMarkers)
|
2018-08-23 15:48:59 +02:00
|
|
|
- [leaflet.pm 0.25.0](https://github.com/codeofsumit/leaflet.pm)
|
2016-11-25 09:53:36 +01:00
|
|
|
- [osmtogeojson 2.2.12](https://github.com/tyrasd/osmtogeojson)
|
2016-10-05 16:04:15 +02:00
|
|
|
- [spin.js 2.3.2](http://fgnass.github.io/spin.js)
|
2015-01-10 13:25:21 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Install
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
You can install this package via composer.
|
|
|
|
|
|
|
|
|
|
```
|
2016-10-05 16:04:15 +02:00
|
|
|
$ php composer.phar require netzmacht/contao-leaflet-libraries:~1.0
|
2015-01-10 13:25:21 +01:00
|
|
|
```
|
|
|
|
|
|
2017-01-27 11:56:20 +01:00
|
|
|
If you use Contao 4 without the managed edition, you also have to register the module as a bundle.
|
|
|
|
|
|
|
|
|
|
```php
|
|
|
|
|
<?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.
|
2015-01-10 13:25:21 +01:00
|
|
|
|
|
|
|
|
License
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
As this package is just a meta package to provide the libraries, the licenses of each library have to be accepted. They
|
2018-01-26 19:55:36 +01:00
|
|
|
are under the MIT or BSD license.
|