forked from riccardoklinger/Hqgis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.txt
53 lines (44 loc) · 2.3 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# 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.4
author=Riccardo Klinger
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.4 resolved an issue with high-occupancy car routing
0.4.3 adds POI search to processing toolbox
0.4.2 removed MacOS directory as reported by Paolo here https://github.com/riccardoklinger/Hqgis/issues/26
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=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False