viewbox arguments are no longer accepter "in any order"

Order should be longitude, then latitude
This commit is contained in:
Pietro
2020-11-23 10:40:43 +02:00
committed by GitHub
parent f89e71a861
commit a92bd1e2db

View File

@@ -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.