diff options
author | Aaron McCarthy <mccarthy.aaron@gmail.com> | 2012-06-23 22:12:07 +1000 |
---|---|---|
committer | Aaron McCarthy <mccarthy.aaron@gmail.com> | 2013-02-22 10:36:51 +0100 |
commit | ed7d22bc48193fb901b610518dba26e83f7ee78e (patch) | |
tree | a85121e5c442b4ce5e6eae215e0fe5c50b20dabe /src/plugins/geoservices/osm/osm_plugin.json | |
parent | 9bc6ac130031e4ca72fc746b020e68e951d1490d (diff) | |
download | qtlocation-ed7d22bc48193fb901b610518dba26e83f7ee78e.tar.gz |
Add geocoding support to OSM plugin.
Supports:
* geocoding
* reverse geocoding
* locale results
Change-Id: I1e7f5b5013e3ca56b7abe92d97c8cebc34c21cdd
Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'src/plugins/geoservices/osm/osm_plugin.json')
-rw-r--r-- | src/plugins/geoservices/osm/osm_plugin.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/geoservices/osm/osm_plugin.json b/src/plugins/geoservices/osm/osm_plugin.json index 690140a4..f004d8b7 100644 --- a/src/plugins/geoservices/osm/osm_plugin.json +++ b/src/plugins/geoservices/osm/osm_plugin.json @@ -4,6 +4,8 @@ "Version": 100, "Experimental": false, "Features": [ - "OnlineMappingFeature" + "OnlineMappingFeature", + "OnlineGeocodingFeature", + "ReverseGeocodingFeature" ] } |