From: Pietro Date: Mon, 23 Nov 2020 08:40:43 +0000 (+0200) Subject: viewbox arguments are no longer accepter "in any order" X-Git-Tag: v3.6.0~26^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/a92bd1e2db868548a6314fe981e1facebbe700a1 viewbox arguments are no longer accepter "in any order" Order should be longitude, then latitude --- diff --git a/docs/api/Search.md b/docs/api/Search.md index c18655dc..9f73594d 100644 --- a/docs/api/Search.md +++ b/docs/api/Search.md @@ -116,7 +116,7 @@ Limit the number of returned results. (Default: 10, Maximum: 50) * `viewbox=,,,` 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.