]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #2065 from rustycamper/patch-1
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 23 Nov 2020 08:55:29 +0000 (09:55 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 08:55:29 +0000 (09:55 +0100)
viewbox arguments are no longer accepter "in any order"

docs/api/Search.md

index c18655dcc03f570b866af1d94ed5d049423db633..9f73594d4e949b25e33f1375d49c309f6f33670d 100644 (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.