[general]
name=Multi-distance buffer
version=3.0.3
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 dataset from an input vector layer and a set of distances. The result dataset consists of bands (donut type) of regions according to the buffer distances provided. If 100 and 200 are provided as distances, the result dataset 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.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
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
experimental=True
deprecated=False
icon=multidistbuff.png
