From 170f31bcef4ce3861845fb25e79b3c924adf96fe Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Wed, 6 Jul 2016 13:17:45 -0400 Subject: [PATCH] Correct definition of coarse layer alias --- autocomplete.md | 4 +--- reverse.md | 2 +- search.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/autocomplete.md b/autocomplete.md index 4700ee1..a06d57f 100644 --- a/autocomplete.md +++ b/autocomplete.md @@ -97,9 +97,7 @@ The type of record is referred to as its `layer`. All records are indexed into t |`localadmin`|local administrative boundaries| |`borough`| a local administrative boundary, currently only used for New York City| |`neighbourhood`|social communities, neighbourhoods| -|`coarse`|alias for simultaneously using `country`, `region`, `county`, `locality`, `localadmin`, and `neighbourhood`| - -You can also refer to all the administrative hierarchy layers with a single alias, `coarse`. +|`coarse`|alias for simultaneously using all administrative layers (everything except `venue` and `address`)| > [/v1/autocomplete?api_key=search-TeXrSTX&__layers=coarse__&text=starbuck](https://search.mapzen.com/v1/autocomplete?api_key=search-TeXrSTX&layers=coarse&text=starbuck) diff --git a/reverse.md b/reverse.md index b58be8c..39b530c 100644 --- a/reverse.md +++ b/reverse.md @@ -70,7 +70,7 @@ Without specifying further, reverse geocoding doesn't restrict results to a part |`localadmin`|local administrative boundaries| |`borough`| a local administrative boundary, currently only used for New York City| |`neighbourhood`|social communities, neighbourhoods| -|`coarse`|alias for simultaneously using `country`, `region`, `county`, `locality`, `localadmin`, and `neighbourhood`| +|`coarse`|alias for simultaneously using all administrative layers (everything except `venue` and `address`)| >[/v1/reverse?api_key=search-TeXrSTX&point.lat=48.858268&point.lon=2.294471&___layers=locality___](https://search.mapzen.com/v1/reverse?api_key=search-TeXrSTX&point.lat=48.858268&point.lon=2.294471&layers=locality) diff --git a/search.md b/search.md index 934bf37..ef80bf5 100644 --- a/search.md +++ b/search.md @@ -344,7 +344,7 @@ In Mapzen Search, place types are referred to as `layers`, ranging from fine to |`localadmin`|local administrative boundaries| |`borough`| a local administrative boundary, currently only used for New York City| |`neighbourhood`|social communities, neighbourhoods| -|`coarse`|alias for simultaneously using `country`, `region`, `county`, `locality`, `localadmin`, and `neighbourhood`| +|`coarse`|alias for simultaneously using all administrative layers (everything except `venue` and `address`)| > [/v1/search?api_key=search-TeXrSTX&text=YMCA&___layers=venue,address___](https://search.mapzen.com/v1/search?api_key=search-TeXrSTX&text=YMCA&layers=venue,address)