mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +00:00
documentation: add note what x,y mean for viewbox parameter
This commit is contained in:
@@ -112,7 +112,8 @@ Limit the number of returned results. (Default: 10, Maximum: 50)
|
|||||||
* `viewbox=<x1>,<y1>,<x2>,<y2>`
|
* `viewbox=<x1>,<y1>,<x2>,<y2>`
|
||||||
|
|
||||||
The preferred area to find search results. Any two corner points of the box
|
The preferred area to find search results. Any two corner points of the box
|
||||||
are accepted in any order as long as they span a real box.
|
are accepted in any order as long as they span a real box. `x` is longitude,
|
||||||
|
`y` is latitude.
|
||||||
|
|
||||||
|
|
||||||
* `bounded=[0|1]`
|
* `bounded=[0|1]`
|
||||||
|
|||||||
Reference in New Issue
Block a user