From: marc tobias Date: Tue, 8 Oct 2019 06:22:51 +0000 (+1300) Subject: documentation: add note what x,y mean for viewbox parameter X-Git-Tag: v3.4.0~8^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/423efd54e496cdef5cff290559343e448859b023 documentation: add note what x,y mean for viewbox parameter --- diff --git a/docs/api/Search.md b/docs/api/Search.md index df39bba8..ace6cc8d 100644 --- a/docs/api/Search.md +++ b/docs/api/Search.md @@ -112,7 +112,8 @@ 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. +are accepted in any order as long as they span a real box. `x` is longitude, +`y` is latitude. * `bounded=[0|1]`