# 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 Tools
qgisMinimumVersion=3.0
description=DEPRECATED. Please use ORS Tools instead.

version=3.3.0
author=Nils Nolde
email=nilsnolde@gmail.com

about=OSM Tools is renamed to ORS Tools. This version will simply install ORS Tools instead.


tracker=https://github.com/nilsnolde/ORStools/issues
repository=https://github.com/nilsnolde/ORStools.git
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:

changelog=2018/01/05 v3.3.0 Plugin deprecated, replaced by ORS Tools
   2018/11/21 v3.2.0 Refactored codebase, solved #47, #48, #49, #52, #53, #54, #59
   2018/02/23 v2.1.1/3.1.1 replaced deprecated with new geocoding endpoint (#59)
   2018/02/23 v2.1/3.1 adds matrix API, backported to QGIS v2.x
   2018/02/21 v3.0.6b fixed calls to ORStools instead of OSMtools
   2018/02/20 v3.0.5b handles Python error on Project startup
   2018/02/20 v.4b3 beta for QGIS2.99. Complete code refactoring with major improvements (isochrone ranges as list, calculate from selected points in map canvas), solved #4, #38, #40
   2017/10/07 v.0.3.4 Fixed zoomToLayer bug (#35)
   2017/09/24 v.0.3.3 Handled deprecated mapRenderer() function
   2017/09/23 v.0.3.2 Added avoid_type feature for routing, auto-styling for acc areas
   2017/07/28 v.0.3.1 Fixed minor bugs (#20, #24, #27), removed support for overlap areas
   2017/05/30 v.0.3 Added support for overlap areas in accessibility analysis
   2017/05/22 v.0.2 Added scrollbar and removed 'dissolve' option


# Tags are comma separated with spaces allowed
tags=routing, OSM, openstreetmap, openrouteservice, service area, accessibility, route, isochrones, matrix, ORS

homepage=https://openrouteservice.org
category=Plugins
icon=static/img/icon.png
# experimental flag
experimental=False

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

