# 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=Hqgis
qgisMinimumVersion=3.0
description=Routing, Geocoding, POI search, Isochrones with the HERE API.
version=0.4.1
author=Riccardo Klinger
email=riccardo.klinger@gmail.com

about=Access the HERE API from inside QGIS using your own HERE-API key. Currently supports Geocoding, Routing, POI-search and isochrone analysis.
Attention: The plugin needs to have credentials from HERE. Therefore you need to register a freemium account (free of charge at HERE.com). Fill in the generated app ID and app code in the credentials-tab of the plugin.

tracker=https://github.com/riccardoklinger/Hqgis/issues
repository=https://github.com/riccardoklinger/Hqgis
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= 0.4.1 adds geoprocessing capabilities for geoding single field addresses from txt/layer
	0.3.6 bicylce isochrones are not supported by HERE. removed the option
	0.3.5 public transport routes solved
	0.3.4 saving of time attribute in Attribute tabel for Isochrones and Routing
	0.3.3: correct values for attribute "metric" in batch-isochrone mode
	0.3.2: solves issue with distance based isochrones https://github.com/riccardoklinger/Hqgis/issues/16
	0.3.1: respect of traffic in routing and isochrone calculations
	0.2.1: new batch mode for POI search, differnet name
	0.1.3: rendering of isochrones fixed
	0.1.2: no CRS warning for routes as well
	0.1.1: default CRS for new memory layers
	0.1: initial upload to qgis plugin repo

# Tags are comma separated with spaces allowed
tags=HERE, routing, python, Isochrone, POI, API

homepage=https://github.com/riccardoklinger/Hqgis
category=Web
icon=icon.png
# experimental flag
experimental=True

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