[general]
name=Polygons Parallel to Line
qgisMinimumVersion=3.0
description=This plugin rotates polygons parallel to lines
version=1.1
author=Andrii Liekariev
email=elfpkck@gmail.com
hasProcessingProvider=yes

about=This plugin rotates polygons to be parallel to the nearest line segment. It is useful when working with streets and buildings. Before using the plugin, we strongly recommend checking your data for geometric errors. A full description can be found at https://elfpkck.github.io/polygons_parallel_to_line/

tracker=https://github.com/Elfpkck/polygons_parallel_to_line/issues
repository=https://github.com/Elfpkck/polygons_parallel_to_line

changelog=
    - Enhance UI text readability
    - Skip rotation when an angle is close to zero to avoid unnecessary operations and wrong "_rotated" values
    - Handle polygon vertex duplicates and internal rings properly
    - Update test cases to cover new edge cases

tags=polygon, line, vector, parallel, rotating

homepage=https://elfpkck.github.io/polygons_parallel_to_line/
category=Vector
icon=icons/icon.png

experimental=False
deprecated=False
