-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmetadata.txt
61 lines (52 loc) · 2.81 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
54
55
56
57
58
59
60
61
# 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=1.2.3
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 API key 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= 1.2.3 fixes issue with distance based isochrones in gui
1.2.2 fixes issue with fields based geocode in batch mode with housenumbers
1.2.1 fixes for category mapping in POI Search
1.2.0 update for newest HERE API V8
1.1.1 issues with Multipoint layers ( https://github.com/riccardoklinger/Hqg°°Gs/issues/58 ) solved
1.1.0 application keys are stored in global settings, fix for reverse geocoding
1.0.1 address issue with POI in GUI box
1.0 new API connection and authentication, small bugfixes, hdpi support thanks to @tjukanov
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, different 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