]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1519 from mtmail/doc-viewbox-parameters2
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 14 Oct 2019 22:34:30 +0000 (00:34 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2019 22:34:30 +0000 (00:34 +0200)
documentation: add note what x,y mean for viewbox parameter

docs/api/Search.md

index df39bba800a51e40ff3ff804cab2750d870e9f42..ace6cc8de7df34571c334bd0d396f611703c17d3 100644 (file)
@@ -112,7 +112,8 @@ 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.
+are accepted in any order as long as they span a real box. `x` is longitude,
+`y` is latitude.
 
 
 * `bounded=[0|1]`