#Mandatory items
[general]
name=TravelTime Plugin
qgisMinimumVersion=3.16
qgisMaximumVersion=3.99
description=Get travel time polygons from the TravelTime API directly from QGIS
about=This plugin adds a toolbar and processing algorithms allowing to query the TravelTime API directly from QGIS. The TravelTime 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
version=1.8.0

# 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
    - 2020-02-26 : version 1.2.3
        - fix : bug preventing to run geocoding
        - deployment : switch to automated deployment
    - 2020-06-08 : version 1.3.0
        - fix : express map tool with low travel times
        - fix : default walking time for simple map tools defaults to 900
    - 2020-06-16 : version 1.3.1
        - changed : updated help URL
    - 2020-06-16 : version 1.3.2
        - no changes (metadata only update)
    - 2021-01-21 : version 1.3.3
        - fix : python exception in certain circumstances when changing active layer
        - fix : max field length prevents correct output
        - fix : intersection sometimes prevented time map algorithm to work
    - 2021-04-27 : version 1.4.0
        - changed : updated tiles urls
        - fix : geocoder now returns unmatched features
    - 2021-08-26 : version 1.5.0
        - feature : added throttling to avoid API overflow
        - feature : add fields to keep parameter to simple time map
        - feature : improve GUI of algorithms
    - 2021-09-13 : version 1.5.1
        - fix : fix throttling for simple tools
    - 2021-09-29 : version 1.5.2
        - fix : fix geoclick
    - 2022-01-18 : version 1.6.0
        - feature : include geometry cleanup step
    - 2022-04-25 : version 1.7.0
        - feature : added robust mode
    - 2023-01-16 : version 1.8.0
        - feature : added automated tests
        - feature : added "level of detail", "no holes" and "single shape" parameters to time map
        - fix : hang when no QGIS master password was set
        - fix : exception when clicking on the map tiles button
        - fix : improved output style for the map filter algorithm

tags=travel,time,platform,api,distance,matrix,geocoder,geocode,geocoding,isochrone,isochrones,routing,polygon,polygons,network analysis,shortest path
homepage=https://docs.traveltime.com/qgis/
tracker=https://github.com/traveltime-dev/traveltime-platform-qgis-plugin/issues
repository=https://github.com/traveltime-dev/traveltime-platform-qgis-plugin
icon=travel_time_platform_plugin/resources/icon.png
experimental=False
deprecated=False
