summaryrefslogtreecommitdiff
path: root/src/location/doc/src/plugins/osm.qdoc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-07-14 12:03:14 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-07-16 07:57:19 +0000
commit5b66377db126b4a8a3d4bcf28b812d54b45b461a (patch)
tree530776b0ac2ba13958891a5a3bde9038ad19b535 /src/location/doc/src/plugins/osm.qdoc
parent3807b83c62b595727a3e5caea907616fe5899909 (diff)
downloadqtlocation-5b66377db126b4a8a3d4bcf28b812d54b45b461a.tar.gz
Add missing url parameter for OSM places search.
Fixes a few minor grammar/spelling issues in related documentation too. Change-Id: I21c153596b02931c66a38f7068173c687cbe0ad9 Task-number: QTBUG-47188 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> 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.qdoc15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/location/doc/src/plugins/osm.qdoc b/src/location/doc/src/plugins/osm.qdoc
index d5b23437..f6de9c20 100644
--- a/src/location/doc/src/plugins/osm.qdoc
+++ b/src/location/doc/src/plugins/osm.qdoc
@@ -72,13 +72,20 @@ a prefix.
\row
\li osm.routing.host
\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}.
+ 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}.
+ 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}.
+\row
+ \li osm.places.host
+ \li Url string set when making network requests to the places 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/search}{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