Browse Source

standardize some DOCS language, fix indentation

pull/108/head
Grant Heffernan 10 years ago
parent
commit
6bff821c53
  1. 6
      DOCS.md

6
DOCS.md

@ -53,7 +53,7 @@ The autocomplete endpoint, it offers fast response time. Mixes results from arou
* lat/lon are **required** currently because of this [open issue](https://github.com/elasticsearch/elasticsearch/issues/6444) * lat/lon are **required** currently because of this [open issue](https://github.com/elasticsearch/elasticsearch/issues/6444)
#### Optional Parameters #### Optional Parameters
* **zoom**: zoom level at which you are viewing the world * **zoom**: zoom level from which you wish to view the world
* **size**: number of results requested (defaults to 10) * **size**: number of results requested (defaults to 10)
* **layers**: datasets you wish to query (defaults to ```poi,admin,address```) * **layers**: datasets you wish to query (defaults to ```poi,admin,address```)
@ -85,7 +85,7 @@ Works as autocomplete for places located near a latitude/longitude, this endpoin
* lat/lon are **required** currently because of this [open issue](https://github.com/elasticsearch/elasticsearch/issues/6444) * lat/lon are **required** currently because of this [open issue](https://github.com/elasticsearch/elasticsearch/issues/6444)
#### Optional Parameters #### Optional Parameters
* **zoom**: zoom level at which you are viewing the world * **zoom**: zoom level from which you wish to view the world
* **size**: number of results you need (defaults to 10) * **size**: number of results you need (defaults to 10)
* **layers**: datasets you wish to query (defaults to ```poi,admin,address```) * **layers**: datasets you wish to query (defaults to ```poi,admin,address```)
@ -98,7 +98,7 @@ Reverse geocoding endpoint.
* **lon**: longitude * **lon**: longitude
#### Optional Parameters #### Optional Parameters
* **zoom**: zoom level * **zoom**: zoom level from which you wish to view the world
* **bbox**: bounding box * **bbox**: bounding box
* **layers** (defaults to ```poi,admin,address```) * **layers** (defaults to ```poi,admin,address```)

Loading…
Cancel
Save