]> git.openstreetmap.org Git - nominatim.git/commitdiff
documentation: add note what x,y mean for viewbox parameter
authormarc tobias <mtmail@gmx.net>
Tue, 8 Oct 2019 06:22:51 +0000 (19:22 +1300)
committermarc tobias <mtmail@gmx.net>
Tue, 8 Oct 2019 06:22:51 +0000 (19:22 +1300)
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]`