[general]
name=Road Shortest Path
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
version=2.0.0
author=Andreev Sergey
email=sp4andreev@gmail.com

description=Interactive shortest path routing on LineString road network layers.

about=Road Shortest Path is a QGIS plugin for interactive shortest path routing on vector road networks. It allows users to calculate the shortest route between two points by clicking directly on the map. The plugin automatically snaps selected points to the nearest road segment and computes the optimal route using Dijkstra's algorithm. Features include two-click route creation, customizable route color, start and end markers, route length calculation, support for any LineString road network layer, and persistent plugin settings.

category=Vector
icon=icon.png
experimental=False
deprecated=False

tags=shortest path,routing,road network,dijkstra,network analysis,linestring,route planner,route tester

homepage=https://github.com/SergioAN007/qgis-road-shortest-path
repository=https://github.com/SergioAN007/qgis-road-shortest-path
tracker=https://github.com/SergioAN007/qgis-road-shortest-path/issues

changelog=
    2.0.0
    - Added QGIS 4.x compatibility.
    - Updated for PyQt6.
    - Improved routing algorithm.
    - UI enhancements.

    1.1.2
    - Initial public release.
    - Interactive routing.
    - Automatic snapping.
    - Route length calculation.
    - Customizable route color.
    - Start and end markers.
    - Persistent settings.