forked from hans/Nominatim
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>`
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user