Fix leaflet documentation links (Close #41).

This commit is contained in:
David Molineus
2016-10-28 08:33:59 +02:00
parent 28490a9ee6
commit 2705ff2676

View File

@@ -17,15 +17,15 @@ Features
- Define Leaflet maps with multiple layers. - Define Leaflet maps with multiple layers.
- Manage map controls - Manage map controls
- [Layers control](http://leafletjs.com/reference.html#control-layers) - [Layers control](http://leafletjs.com/reference-1.0.0.html#control-layers)
- [Zoom control](http://leafletjs.com/reference.html#control-zoom) - [Zoom control](http://leafletjs.com/reference-1.0.0.html#control-zoom)
- [Scale control]((http://leafletjs.com/reference.html#control-scale)) - [Scale control]((http://leafletjs.com/reference-1.0.0.html#control-scale))
- [Attribution control](http://leafletjs.com/reference.html#control-attribution) - [Attribution control](http://leafletjs.com/reference-1.0.0.html#control-attribution)
- [Loading control](https://github.com/ebrelsford/Leaflet.loading) - [Loading control](https://github.com/ebrelsford/Leaflet.loading)
- Manage layers - Manage layers
- [Tile provider](https://github.com/leaflet-extras/leaflet-providers) - [Tile provider](https://github.com/leaflet-extras/leaflet-providers)
- Markers - A set of [markers](http://leafletjs.com/reference.html#marker) - Markers - A set of [markers](http://leafletjs.com/reference-1.0.0.html#marker)
- Vectors - A set of [vectors](http://leafletjs.com/reference.html) - Vectors - A set of [vectors](http://leafletjs.com/reference-1.0.0.html)
- Groups - A group of layers - Groups - A group of layers
- Reference - A link to another layer - Reference - A link to another layer
- Manage marker icons - Manage marker icons
@@ -40,7 +40,7 @@ Install
------- -------
``` ```
$ php composer.phar require netzmacht/contao-leaflet-maps:~1.0 $ php composer.phar require netzmacht/contao-leaflet-maps:~2.0
``` ```
Credits Credits
@@ -53,5 +53,5 @@ The about icon is part of the [Web Blog Icons by SEM Labs](http://semlabs.co.uk/
[CC BY 4.0](http://creativecommons.org/licenses/by/4.0/). [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/).
English translations when possible where copied from the used libraries. Mainly the English translations when possible where copied from the used libraries. Mainly the
[leaflet documentation](leafletjs.com/reference.html) is used. [leaflet documentation](http://leafletjs.com/reference-1.0.0.html) is used.