-
Notifications
You must be signed in to change notification settings - Fork 30
/
metadata.txt
67 lines (57 loc) · 4.22 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0
# This file should be included when you package your plugin.
# Mandatory items:
[general]
name=qgis2leaf
qgisMinimumVersion=2.0
description=Export your QGIS project to a leaflet based webmap.
about=QGIS2Leaf creates a webmap from your current QGIS vector features and rasters. Therefore it tries to copy the current styles to styles, leaflet will understand.
version=1.5.2
author=Riccardo Klinger, Geolicious; Tom Chadwin, Northumberland National Park Authority
email=riccardo.klinger@geolicious.de; tom.chadwin@nnpa.org.uk
# end of mandatory metadata
# Optional items:
# Uncomment the following line and add your changelog entries:
changelog= 2015/04/14 v.1.5.2 solved raster export issues, layer stacking order, and layer visibility
2015/04/14 v.1.5.1 Added https://github.com/tomchadwin to authors
2015/03/26 v.1.5.0: Major code refactor; tidy output
2015/03/17 v.1.4.2: fixed hidden polygon layers; added pen styles
2014/12/11 v.1.4.1: bugs for labels fixes. style issue for labels solved
2014/12/05 v.1.4: support for label export, embedment of remote WMS servers thanks to [tomchadwin](https://github.com/tomchadwin) and [mtravis](https://github.com/mtravis) for testing
2014/12/02 v.1.3: support for blank backgrounds, minor bug fixing
2014/12/02 v.1.2: precision export support thanks to http://gis.stackexchange.com/users/28443/ndawson)
2014/11/30 v.1.1: multiple basemaps.
2014/11/29 v.1.0: solved some issues with styles and cluster strategy, added hashes (thanks to https://github.com/mlevans), thanks to https://github.com/tomchadwin for issue solving!
2014/09/20 v.0.99b: added settings save and load, user locate and address search (thanks to https://github.com/k4r573n)
2014/09/10 v.0.99a: added warning and treatment of unsupported characters in attribute names
2014/09/05 v.0.98: additional file for basemap entries
2014/08/06 v.0.97: option for legend creation. supported by the SPC Ottawa
2014/08/06 v.0.961: webmap title creation option, improved layer control with pretty names with help from https://github.com/tomchadwin and supported by the SPC Ottawa
2014/07/11 v.0.96: support for wfs/wms, cluster strategy, autohotlinking and other great stuff due to the help of https://github.com/tomchadwin
2014/05/22 v.0.95: support for raster data as image overlays. thanks to https://github.com/geohacker/leaflet-opacity
2014/05/22 v.0.9: support for styles of polygons and polylines
2014/05/18 v.0.8.4: define your icon for point shapes, new cdn for the needed javascripts
2014/05/15 v.0.8.3: style export for graduated, single and categorized symbol point shapefiles
2014/05/15 v.0.8.2: style export for graduated and single symbol point shapefiles
2014/05/03 v.0.8.1: new popup design possibilities
2014/05/03 v.0.8: new logo, new UI: toggle visibility
2014/05/01 v.0.7: new layer list control for export, non-ascii character encoding problem solved, fixed folder deletion problem, fixed problem with layer names starting with numbers
2014/04/27 v.0.6: fixed installation issues for older python versions (thanks to https://github.com/mlaloux), enhanced list of basemap-providers (thanks to: https://github.com/leaflet-extras/leaflet-providers/)
2014/04/26 v.0.5: new control for full map support, optimized UI (thanks to https://github.com/mtravis), correct attribution for basemaps, new css file creation
2014/04/25 v.0.4: new layer control for features (thanks to https://github.com/RCura), new GUI with extent setting possibility
2014/04/24 v.0.3: new ui with dimension choice for webmap, enhanced html structure for better readability
2014/04/23 v.0.2: basemap choice, popups in leafletmap
2014/04/22 v.0.1: initial commit
# tags are comma separated with spaces allowed
tags=geojson, leaflet, webmap, js, html, web
homepage=https://github.com/geolicious/qgis2leaf/wiki
tracker=https://github.com/geolicious/qgis2leaf/issues
repository=https://github.com/geolicious/qgis2leaf
icon=logo_big.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False