summaryrefslogtreecommitdiff
path: root/src/location/doc/src/plugins/osm.qdoc
diff options
context:
space:
mode:
authorWolfgang Bremer <wolfgang@w-bremer.de>2015-05-09 21:42:30 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-28 06:35:36 +0000
commit92d684aadda7f670643222b9cda4d368f2a82cb2 (patch)
treefa7d367463b956ef12ae04905a3be72b4c125249 /src/location/doc/src/plugins/osm.qdoc
parenta5d615f5b49b29f91f979b4b338f7febbe445ebf (diff)
downloadqtlocation-92d684aadda7f670643222b9cda4d368f2a82cb2.tar.gz
Allow custom URLs for OSM geocoding
This enables the usage of another geocoding server than the default osm project. The api still needs to be the same, but it is possible to use another server. Change-Id: I72f3835f28b9c52c042b23e9c4fdf2e85c752c56 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/doc/src/plugins/osm.qdoc')
-rw-r--r--src/location/doc/src/plugins/osm.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/location/doc/src/plugins/osm.qdoc b/src/location/doc/src/plugins/osm.qdoc
index 574322cc..d5b23437 100644
--- a/src/location/doc/src/plugins/osm.qdoc
+++ b/src/location/doc/src/plugins/osm.qdoc
@@ -74,6 +74,11 @@ a prefix.
\li Url string set when making network requests to the routing server. This parameter should be set to a
valid server url with the correct osrm api. If not specified the default \l {http://router.project-osrm.org/viaroute}{url} will be used.
\note The api documentation and sources are available at \l {http://project-osrm.org/}{Project OSRM}.
+\row
+ \li osm.geocoding.host
+ \li Url string set when making network requests to the geocoding server. This parameter should be set to a
+ valid server url with the correct osm api. If not specified the default \l {http://nominatim.openstreetmap.org/}{url} will be used.
+ \note The api documentation is available at \l {https://wiki.openstreetmap.org/wiki/Nominatim}{Project OSM Nominatim}.
\endtable
\section1 Parameter Usage Example
@@ -91,6 +96,7 @@ Plugin {
PluginParameter { name: "osm.mapping.host"; value: "http://osm.tile.server.address/" }
PluginParameter { name: "osm.mapping.copyright"; value: "All mine" }
PluginParameter { name: "osm.routing.host"; value: "http://osrm.server.address/viaroute" }
+ PluginParameter { name: "osm.geocoding.host"; value: "http://geocoding.server.address" }
}
\endcode
*/