[general]
name=Valhalla
qgisMinimumVersion=3.4
qgisMaximumVersion=3.99
description=Valhalla routing, isochrones, expansion and matrix calculations for QGIS
version=4.2.0
author=Nils Nolde
email=nilsnolde@proton.me
hasProcessingProvider=yes
server=False

# End of mandatory metadata

about=Valhalla provides access to most of the functions of the open-source Valhalla routing engine.
    The tool set includes routing, isochrones, matrix and expansion calculations, either interactive in the map canvas or from Point/LineString files within the processing framework.
    Extensive attributes are set for output files, incl. duration, length and start/end locations.

    The plugin accesses remote or local Valhalla HTTP APIs. Linux & OSX users can even install https://pypi.org/project/pyvalhalla/ and are one button click away of:

        - a local and fully configurable Valhalla service
        - use remote, tar'd Valhalla graphs as a data source, supporting HTTP basic auth
        - locally build graphs from OSM PBF files

    For more information see https://github.com/nilsnolde/valhalla-qgis-plugin?tab=readme-ov-file#how-to.

homepage=https://github.com/nilsnolde/valhalla-qgis-plugin
tracker=https://github.com/nilsnolde/valhalla-qgis-plugin/issues
repository=https://github.com/nilsnolde/valhalla-qgis-plugin
category=Web
icon=resources/icons/valhalla_logo.svg
tags=routing, OSM, openstreetmap, valhalla, isochrone, route, matrix, processing, expansion

experimental=False
deprecated=False

# done by CI
changelog=
    - 4.2.0: allow full Valhalla request JSON when extracting locations; manually install pyvalhalla package to not pollute QGIS python packages; add waypoint editor to map context menu; add Traveling Salesman
    - 4.1.0: Add GeoTIFF support for isochrones
    - 4.0.0: Introduce pyvalhalla and make all local calculations possible (currently restricted to Linux & OSX), might not be compatible with v3.0.0, see https://github.com/nilsnolde/valhalla-qgis-plugin/issues/30
    - 3.0.0: Complete re-write from v2.x, for earlier changes refer to `valhalla/metadata.txt` in the [last 2.x commit](https://github.com/nilsnolde/valhalla-qgis-plugin/blob/78c2c71585f23beba796ee85f70b906dbe615f5a/valhalla/metadata.txt)
