X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/90d531c640876a10e5be33ada826d62d46067b50..be091b17d9a46dcf4741d7e13c5c30b10c2e9962:/docs/api/Reverse.md diff --git a/docs/api/Reverse.md b/docs/api/Reverse.md index 999827a1..0c3c3d65 100644 --- a/docs/api/Reverse.md +++ b/docs/api/Reverse.md @@ -57,6 +57,12 @@ https://nominatim.openstreetmap.org/reverse? * `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.