mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +00:00
@@ -57,6 +57,12 @@ https://nominatim.openstreetmap.org/reverse?<query>
|
|||||||
* `polygon_text=1`
|
* `polygon_text=1`
|
||||||
* Output geometry of results as a WKT.
|
* 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`
|
* `extratags=1`
|
||||||
* Include additional information in the result if available, e.g. wikipedia link, opening hours.
|
* Include additional information in the result if available, e.g. wikipedia link, opening hours.
|
||||||
|
|
||||||
|
|||||||
@@ -106,6 +106,12 @@ Structured requests are faster and require fewer server resources. **Do not comb
|
|||||||
* `polygon_text=1`
|
* `polygon_text=1`
|
||||||
* Output geometry of results as a WKT.
|
* 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`
|
* `extratags=1`
|
||||||
* Include additional information in the result if available, e.g. wikipedia link, opening hours.
|
* Include additional information in the result if available, e.g. wikipedia link, opening hours.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user