documentation: add note what x,y mean for viewbox parameter

This commit is contained in:
marc tobias
2019-10-08 19:22:51 +13:00
parent 5e45e0b3d7
commit 423efd54e4

View File

@@ -112,7 +112,8 @@ Limit the number of returned results. (Default: 10, Maximum: 50)
* `viewbox=<x1>,<y1>,<x2>,<y2>` * `viewbox=<x1>,<y1>,<x2>,<y2>`
The preferred area to find search results. Any two corner points of the box 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]` * `bounded=[0|1]`