Browse Source

Layers and sources examples were wrong way round

pull/87/head
Simon Willison 9 years ago
parent
commit
08a9f459ca
  1. 4
      reverse.md

4
reverse.md

@ -28,8 +28,8 @@ Parameter | Type | Required | Default | Example
`point.lat` | floating point number | yes | none | `48.858268`
`point.lon` | floating point number | yes | none | `2.294471`
`size` | integer | no | `10` | `3`
`layers` | comma-delimited string array | no | none (all layers) | `oa,gn`
`sources` | comma-delimited string array | no | none (all sources) | `address,locality`
`layers` | comma-delimited string array | no | none (all layers) | `address,locality`
`sources` | comma-delimited string array | no | none (all sources) | `oa,gn`
`boundary.country` | <a href="https://en.wikipedia.org/wiki/ISO_3166-1" target="\_blank">ISO-3166 alpha-2 or alpha-3</a> | no | none | `FR`
### Size

Loading…
Cancel
Save