summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2019-03-18 14:26:58 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2019-03-19 09:25:33 +0000
commitb5e8d016ec819183d11307698e9e48b894321b9e (patch)
treef3de009f2028a5962e9ec2f16e942fbf092a1668
parent13cfc92dc60dd2c215e41bd90e89cdc51273280c (diff)
downloadqtlocation-b5e8d016ec819183d11307698e9e48b894321b9e.tar.gz
Fix missing \row in osm.qdoc
Change-Id: I1b9a2298fbc1e4205924a1db2a78d71fabe3020d Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/location/doc/src/plugins/osm.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/doc/src/plugins/osm.qdoc b/src/location/doc/src/plugins/osm.qdoc
index 1fbb7d3e..623ad0d1 100644
--- a/src/location/doc/src/plugins/osm.qdoc
+++ b/src/location/doc/src/plugins/osm.qdoc
@@ -69,8 +69,10 @@ a prefix.
\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}.
+\row
\li osm.geocoding.debug_query
\li Instructs the plugin to inject the query url to nominatim into the geocode reply, for debugging purposes.
+\row
\li osm.geocoding.include_extended_data
\li Instructs the plugin to include Nominatim-specific information (such as geometry and class) into the returned Location
objects, exposed as extendedAttributes.