#Mandatory items
[general]
name=TravelTime platform Plugin
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99
description=Get travel time polygons from the TravelTime platform API directly from QGIS
about=This plugin adds a toolbar and processing algorithms allowing to query the TravelTime platform API directly from QGIS. The TravelTime platform API allows to obtain polygons based on actual travel time using several transport modes rather, allowing for much more accurate results than simple distance calculations.
category=Vector
author=Olivier Dalang
email=olivier.dalang@gmail.com

# DONT FORGET TO ALSO CHANGE THE VERSION IN constants.py
version=1.2.2

# Optional items:
changelog=- 2019-02-12 : version 0.1-alpha
    - 2019-04-01 : version 0.2.0-alpha
        - feature : batch mode
        - feature : documentation
        - fix : simplified algorithm bug when short travel time
    - 2019-05-10 : version 0.2.1-alpha
        - fix : bug on arrival searches
    - 2019-05-21 : version 0.2.2-alpha
        - feature : option to disable SSL verification
    - 2019-05-24 : version 0.3.0-beta
        - feature : time filter endpoint
        - feature : routes endpoint
        - feature : geocoding endpoint
        - feature : map tiles endpoint
        - feature : queries are now cached to avoid hitting API for identical queries
        - feature : option to disable SSL verification
        - change : default times are now rounded to the hour (to make caching actually useful)
    - 2019-05-31 : version 0.4.0-beta
        - feature : added express map tools
        - feature : rewamped icon set
        - feature : extensive doc and tutorials
        - feature : docs browser
        - changed : map tiles UI
        - removed : api warning logic
    - 2019-06-12 : version 1.0.0
        - official release
    - 2019-06-18 : version 1.0.1
        - fix : required module not available on some platforms
    - 2019-08-26 : version 1.0.2
        - fix : fixed bug preventing loading under certain circumstances
        - fix : fixed bug preventing from using timefilter-simple
    - 2019-10-02 : version 1.1.0
        - backwards incompatible changes :
            - output structure changed for the properties
            - "OUTPUT_STYLE" parameters changed for the Route algorithms
        - feature : added "rerun" algorithm
        - feature : added geoclick tool
        - feature : allow to specify timezones in simplified algorithms
        - feature : support loading of fare data
        - feature : allow customization of endpoint
        - feature : added one output style for routes algorithm
    - 2020-02-21 : version 1.2.0
        - feature : allow to copy over fields from the input layers to the output in the TimeMap algorithm
        - fix : fixed bug preventing to use the search range parameters in TimeFilter and Route algorithms
        - fix : fixed union/intersection results with batched queries in the TimeMap algorithms
    - 2020-02-24 : version 1.2.1
        - fix : major bug preventing to run time map algorithms
    - 2020-02-24 : version 1.2.2
        - fix : QGIS 3.12 compatibility
        - fix : queries counter

tags=travel,time,platform,api,distance
homepage=https://qgis.traveltimeplatform.com/
tracker=https://github.com/igeolise/traveltime-platform-qgis-plugin/issues
repository=https://github.com/igeolise/traveltime-platform-qgis-plugin
icon=resources/icons/general.svg
experimental=False
deprecated=False
