# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:


[general]
name=Area Along Vector
qgisMinimumVersion=3.0
description=Create an area along a vector depending on a field value. Right and left sides can be distinguished.
about=This plugin draws rectangle areas along polylines according to field values. It was developed in order to show car traffic volumes on a road network.
version=2.0
author=Alexis Dupont-Roc
email=alexis.dupont-roc@internet.lu

tracker=https://github.com/alexisdupontroc/AreaAlongVector/issues
repository=https://github.com/alexisdupontroc/AreaAlongVector

# End of mandatory metadata

# Recommended items:


# Uncomment the following line and add your changelog entries:
changelog=v2.0 : porting to QGIS 3 with processing algorithm
v1.1 : minor bug correction
    -   Special characters in layer's name
    -   No dialog-box resizing
    -   NULL values treated as 0
v1.0 : first stable release


# Tags are comma separated with spaces allowed
tags=routing, network analysis, area, label

homepage=https://github.com/alexisdupontroc/AreaAlongVector
category=Vector
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False

