Files
contao-leaflet-libraries/README.md

45 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2015-01-10 13:25:21 +01:00
Libraries for Leaflet integration into Contao CMS
=================================================
[![Version](http://img.shields.io/packagist/v/netzmacht/contao-leaflet-libraries.svg?style=flat-square)](http://packagist.com/packages/netzmacht/contao-leaflet-libraries)
[![License](http://img.shields.io/packagist/l/netzmacht/contao-leaflet-libraries.svg?style=flat-square)](http://packagist.com/packages/netzmacht/contao-leaflet-libraries)
[![Downloads](http://img.shields.io/packagist/dt/netzmacht/contao-leaflet-libraries.svg?style=flat-square)](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:
- [leaflet 1.0.2](http://leafletjs.com)
2016-10-05 16:04:15 +02:00
- [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.4](https://github.com/mapbox/leaflet-omnivore)
2016-10-05 16:04:15 +02:00
- [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.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)
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
```
When releasing the first stable version of
[netzmacht/contao-leaflet-maps](https://github.com/netzmacht/contao-leaflet-maps) the version number gonna be the same
as the included leaflet library.
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.