-
Notifications
You must be signed in to change notification settings - Fork 17
/
metadata.txt
57 lines (50 loc) · 1.82 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
[general]
name:GeoCoding
description:GeoCoding and reverse GeoCoding using Nominatim and Google web services
email:apasotti@gmail.com
author:Alessandro Pasotti
version:2.18
qgisMinimumVersion:3.0
experimental:False
homepage:http://www.itopen.it/2009/06/05/geocoding-qgis-plugins-released/
repository:https://github.com/elpaso/qgis-geocoding
tracker:https://github.com/elpaso/qgis-geocoding/issues
tags=geocoding, geocode, address, Nominatim
about:This plugin allows the user to search for an address and get its coordinates (geocoding) using GeoCoding using Nominatim and Google web services. It also allows to get the address of a point by clicking on the map canvas (reverse geocoding).
changelog:
Version 2.18:
Fix inspect issue #30
Version 2.17:
Fix point conversion issue #23
Version 2.16:
Fix unicode encoding in geocode function
Version 2.15:
QGIS 3
Version 2.14:
Fix bug on Mac (actions not triggered)
Fix deprecated warning for labels #18
Fix plugin unload and mapTool not being reset
Bump min version to 2.18
Initial Py3/Qt5/QGIS 3 porting
Version 2.13:
Better handling of zoomScale + minor tweaks to the GUI
Version 2.12:
Use proxy configuration
Version 2.11:
Moved geopy under libs due to import problems
Moved geopy under libs due to import problems
Version 2.10:
Fix fixed error messages and iface error on upgrade
Version 2.9:
Fix removed simplejson dep, use latest geopy
Version 2.8:
Fix #10 error when goecoding not found with Google
Version 2.7:
QGIS 2.0 API update
Version 2.6:
Minor fixes
Version 2.5:
Googlev3 support, updated geopy
Version 2.4:
Nominatim (openstreetmap) webservice support
icon:geocode_icon.png