Merge pull request #1519 from mtmail/doc-viewbox-parameters2

documentation: add note what x,y mean for viewbox parameter
This commit is contained in:
Sarah Hoffmann 2019-10-15 00:34:30 +02:00 committed by GitHub
commit 452324cf01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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]`