[general]
name=QChainage
qgisMinimumVersion=2.0
qgisMaximumVersion=2.9
description=This plugin takes line features and creates a new layer of points
    in provided distances on top of this Lines. Optionally you can set the
    startpoint (distance from the start of the line) and the endpoint (stop
    before reaching the end of the line) and automatically label the new
    points with the distances.
about=QChainage is either separating the selected (or all) Line-Features into 
 parts, or linear referencing after a choosen distance. All along the whole 
 Feature or between selectable start and endpoint.
 
version=0.3.1
author=Werner Macho
email=werner.macho@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=0.3.0 Bugfix Release
 0.2.3 New Features:
 - Dividing into equal sections
 0.2.2 Fix of missing File
 New Features:
 - Added force of last point

# tags are comma separated with spaces allowed
tags=Feature chainage, measurement, chainages, linear referencing

homepage=https://github.com/mach0/qchainage
tracker=https://github.com/mach0/qchainage
repository=https://github.com/mach0/qchainage
icon=img/qchainage.png
# experimental flag
experimental=False
category=Vector
# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
