# 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.3
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= 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=True

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

