#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 utils.py
version=1.0.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
tags=travel,time,platform,api,distance
homepage=https://igeolise.github.io/traveltime-platform-qgis-plugin
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
