Contents
Enrich your Plone site with the power of Leaflet maps. Leaflet version of this package is 0.7.3.
https://github.com/Leaflet/Leaflet
This addon registers the Leaflet base Javascript and CSS resources and optionally some interesting Leaflet plugins. By installing this addon, the base Leaflet mapping resources are automatically integrated. To activate some of the Plugins, you have to add one of these resource bundles to your registry.xml Registration:
- leaflet.markercluster - https://github.com/Leaflet/Leaflet.markercluster
- leaflet.fullscreen - https://github.com/brunob/leaflet.fullscreen
- leaflet.zoomfs - https://github.com/elidupuis/leaflet.zoomfs
- leaflet.geosearch - https://github.com/smeijer/L.GeoSearch
- leaflet.geosearch.openstreetmap
- leaflet.geosearch.bing
- leaflet.geosearch.esri
- leaflet.geosearch.google
- leaflet.geosearch.nokia
- leaflet.draw - https://github.com/Leaflet/Leaflet.draw
- leaflet.stamen - http://maps.stamen.com/
- leaflet.locatecontrol - https://github.com/domoritz/leaflet-locatecontrol
- leaflet.MiniMap - https://github.com/Norkart/Leaflet-MiniMap
- leaflet.providers - https://github.com/leaflet-extras/leaflet-providers leaflet.awesome-markers - https://github.com/lvoogdt/Leaflet.awesome-markers
Since this addon only provides Leaflet resources, you have finally provide some HTML markup for the map and write your custom Javascript integration code for Leaflet maps to work.
You have an example view at /@@LeafletMapView.
You can watch a demo video here: Youtube DEMO.
- Write proper tests.
- kiorky <[email protected]>
- Eric BREHAULT <[email protected]>
- Johannes Raggam <[email protected]>