# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=OSM route
qgisMinimumVersion=2.0
description=OpenRouteService routing for QGIS
about=OSM route will allow you routing from A to B via C for different ways of travel. Furthermore you can make an accessability analysis. Powered by OpenRouteService.org

version=0.6
author=Riccardo Klinger, Geolicious
owners=riccardoklinger
email=riccardo.klinger@geolicious.de

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= 2016/08/25 v.0.6 changed API address, new design (Thanks @underdarkgis)
	2015/09/22 v.0.5 added new accessibility routing mode
	2015/07/16 v.0.4.1 added API key as desired by openrouteservice.org
	2015/07/14 v.0.4 correct area for accessibility analysis and correct time attribute to differentiate polygons
	2015/07/05 v.0.3.2 set EPSG 4326 as default for new vector layers.
	2015/06/23 v.0.3.1 respecting travel type bike and ped on access analysis and corrected labels in GUI
	2015/06/21 v.0.3 added some attributes to routes and polygons
	2015/06/21 v.0.2 creation of categorized polygons for isochrone mapping
	2015/06/21 v.0.1.3 deleted unused module requests
	2015/06/21 v.0.1.2 enhanced isochrone mapping with correct interval treatment
	2015/06/21 v.0.1.1 minor changes in description, added messagebox if geocoding fails
	2015/06/21 v.0.1 Beta Version

# Tags are comma separated with spaces allowed
tags=routing, OSM, directions, openstreetmap

homepage=https://github.com/Geolicious/OSMroute
tracker=https://github.com/Geolicious/OSMroute
repository=https://github.com/Geolicious/OSMroute
category=Web
icon=logo.png
# experimental flag
experimental=false

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

