mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
viewbox arguments are no longer accepter "in any order"
Order should be longitude, then latitude
This commit is contained in:
@@ -116,7 +116,7 @@ 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. `x` is longitude,
|
are accepted as long as they span a real box. `x` is longitude,
|
||||||
`y` is latitude.
|
`y` is latitude.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user