]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/api/Reverse.md
better search for interpolated housenumbers
[nominatim.git] / docs / api / Reverse.md
index 999827a1aa3655e9c4f1684880a203872063732c..0c3c3d6500ca33a1597bd30c28b291daf9594439 100644 (file)
@@ -57,6 +57,12 @@ https://nominatim.openstreetmap.org/reverse?<query>
 * `polygon_text=1`
     * Output geometry of results as a WKT.
 
+* `polygon_threshold=0.0`
+    * defaults to 0.0
+    * Simplify the output geometry before returning. The parameter is the
+      tolerance in degrees with which the geometry may differ from the original
+      geometry. Topology is preserved in the result.
+
 * `extratags=1`
     * Include additional information in the result if available, e.g. wikipedia link, opening hours.