
[general]
name=AttributesJoinByLine
qgisMinimumVersion=3.0
description=AttributesJoinByLine allows you to copy attributes from the source layer to the target layer by using a line.
version=0.3
author=Adrian Bocianowski
email=adrian@bocianowski.com.pl

about=AttributesJoinByLine allows you to copy attributes from the source layer to the target layer by using a line.Layers: source, target and line must be saved in the same coordinate system. The algorithm, based on lines connected to the source point, looks for target points and gets their attributes. Missing columns in the target layer will be added automatically. For different values ​​in the source layer for the same columns, this will be marked as an error and the data will not be moved. The plug-in created thanks to the financial support of <a href="http://geofabryka.pl/">Geofabryka Sp. z o.o.</a>

tracker=https://github.com/abocianowski/AttributesJoinByLine/issues
repository=https://github.com/abocianowski/AttributesJoinByLine

# Recommended items:

changelog=
    version=0.3
        - bug fix with broken 'Canel' button
    version=0.2
        * add about tab 
    version=0.1
        * plugin create

tags= Line,Attribute,Attributes,Join,By 

category=Plugins
icon=icons/AttributesJoinByLine.png
experimental=False
deprecated=False

