[general]
name=Multi-distance buffer
version=3.2.4
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99
description=Create multiple distance buffers
author=Håvard Tveite, NMBU
email=havard.tveite@nmbu.no
about=The Multi-Distance Buffer plugin creates a multi-distance buffer vector layer from an input vector layer and a set of distances.  The result layer consists of bands (donut type) of regions according to the buffer distances provided. If 100 and 200 are provided as distances, the result layer will consist of two bands - one will contain all areas that are within 100 units from the geometries of the input vector layer, the other will contain all areas that are from 100 to 200 units from the geometries of the input vector layer.  The user can choose to only buffer around selected features.  Negative buffer distances are allowed for polygon layers.
changelog=3.2.4 (2018-08)
    - fix issue with icon not showing in toolbar (#25)
    3.2.3 (2018-02)
    - make user interface more intuitive (#22)
    - sort layers by name in the input layer combobox (#23)
    - QGIS API changed for message levels (#24)
    3.2.2 (2018-01)
    - QGIS API changed for QgsVectorFileWriter (#21)
    3.2.1 (2017-09)
    - removed QgsGeometryAnalyzer from the code (#20)
    3.2.0 (2017-04)
    - added clear button
    - added convenience method for many buffer zones of equal width
    - introduced an attribute for the lower boundary distance
    3.1.0 (2017-04)
    - added support for "segments to approximate" and maximum deviation
    - added help button
    - improved crs support
    - disabled "standard" option, fixing the threading issue (#12)
    3.0.3 (2017-01)
    - fix thread cleanup issue (#14)
    3.0.2 (2016-12)
    - fix locale issue (#13)
    3.0.1
    - QgsMapLayerRegistry -> QgsProject
    3.0  (2016-11)
    - update to QGIS 3
    1.2.1 (2016-11)
    - allow 0.0 buffer size for polygons (#8)
    - fix lost crs issue (#9)
    1.2 (2016-11)
    - update to "new style" signals and connections
    - selected features enhancements
    1.1
    - allow negative buffer distances for polygon layers
    - warn about invalid features
    1.0
    - fixed refresh on select issue
    - user interface improvements
    0.1
    - user interface updates
    0.0.2
    - initial version, using QgsGeometryAnalyzer.buffer

tags=buffer,multiple,multi,distance,vector,ring,zone,proximity
category=Vector
#homepage=https://plugins.qgis.org/plugins/MultiDistanceBuffer/
homepage=http://arken.nmbu.no/~havatv/gis/qgisplugins/MultiDistanceBuffer/
tracker=https://github.com/havatv/qgismultidistancebufferplugin/issues
repository=https://github.com/havatv/qgismultidistancebufferplugin.git
icon=multidistbuff.png
experimental=False
deprecated=False

