From a92bd1e2db868548a6314fe981e1facebbe700a1 Mon Sep 17 00:00:00 2001 From: Pietro Date: Mon, 23 Nov 2020 10:40:43 +0200 Subject: [PATCH] viewbox arguments are no longer accepter "in any order" Order should be longitude, then latitude --- docs/api/Search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5