This plugin provide an easy way to distribute and show your qgis work as a leaflet webmap.
Your current QGIS project helds different data: vector, raster or plugin layers. QGIS2leaf exports the vector layer to GeoJSON and creates a basic webmap from it with the current leaflet version 0.7.2.
Download the source and place it in the "/.qgis2/python/plugins/qgis2leaf" folder (Windows: "C:\Users{username}.qgis\python\plugins\qgis2leaf" ) Import the plugin using the normal add plugin method described here
2014-04-22: initial commit 2014-04-23: added disambiguation of layer types to avoid break of loop.
you may find testdata in the "test_data" folder. It was tested on Linux Mint.
Currently we are working on this project as part of the blog digital-geography.com and geolicious.
/***************************************************************************
-
*
- This program is free software; you can redistribute it and/or modify *
- it under the terms of the GNU General Public License as published by *
- the Free Software Foundation; either version 2 of the License, or *
- (at your option) any later version. *
-
*
***************************************************************************/