summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/osm_plugin.json
diff options
context:
space:
mode:
authorAaron McCarthy <mccarthy.aaron@gmail.com>2012-06-23 22:12:07 +1000
committerAaron McCarthy <mccarthy.aaron@gmail.com>2013-02-22 10:36:51 +0100
commited7d22bc48193fb901b610518dba26e83f7ee78e (patch)
treea85121e5c442b4ce5e6eae215e0fe5c50b20dabe /src/plugins/geoservices/osm/osm_plugin.json
parent9bc6ac130031e4ca72fc746b020e68e951d1490d (diff)
downloadqtlocation-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.json4
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"
]
}