Browse Source

Merge pull request #206 from pelias/rhonda-reverse-bndy-1

remove boundary.circle.lat and lon for reverse
pull/207/head
Rhonda Glennon 7 years ago committed by GitHub
parent
commit
05713c5e20
  1. 2
      reverse.md

2
reverse.md

@ -27,8 +27,6 @@ Parameter | Type | Required | Default | Example
`api_key` | string | yes | none | [get yours here](https://mapzen.com/developers) `api_key` | string | yes | none | [get yours here](https://mapzen.com/developers)
`point.lat` | floating point number | yes | none | `48.858268` `point.lat` | floating point number | yes | none | `48.858268`
`point.lon` | floating point number | yes | none | `2.294471` `point.lon` | floating point number | yes | none | `2.294471`
`boundary.circle.lat` | floating point number | no | none | `43.818156`
`boundary.circle.lon` | floating point number | no | none | `-79.186484`
`boundary.circle.radius` | floating point number | no | 1 | `35` `boundary.circle.radius` | floating point number | no | 1 | `35`
`size` | integer | no | `10` | `3` `size` | integer | no | `10` | `3`
`layers` | comma-delimited string array | no | none (all layers) | `address,locality` `layers` | comma-delimited string array | no | none (all layers) | `address,locality`

Loading…
Cancel
Save