Browse Source

Merge pull request #140 from pelias/release-notes-09-12

Update release-notes.md
pull/147/head
Diana Shkolnikov 8 years ago committed by GitHub
parent
commit
1253560862
  1. 1
      autocomplete.md
  2. 1
      data-sources.md
  3. 4
      release-notes.md
  4. 1
      reverse.md
  5. 1
      search.md

1
autocomplete.md

@ -88,6 +88,7 @@ The type of record is referred to as its `layer`. All records are indexed into t
|----|----|
|`venue`|points of interest, businesses, things with walls|
|`address`|places with a street address|
|`street`|streets,roads,highways|
|`country`|places that issue passports, nations, nation-states|
|`macroregion`|a related group of regions. Mostly in Europe|
|`region`|states and provinces|

1
data-sources.md

@ -57,6 +57,7 @@ Layers:
- `address`
- `venue`
- `street`
[OpenStreetMap](https://www.openstreetmap.org/) is a community-driven, editable map of the world. It prioritizes local knowledge and individual contributions over bulk imports, which often means it has excellent coverage even in remote areas where no large-scale mapping efforts have been attempted. OpenStreetMap contains information on landmarks, buildings, roads, and natural features.

4
release-notes.md

@ -1,3 +1,7 @@
## 12 September 2016
* Get excited for the addition of ✨ __STREETS__ ✨! That's right, with this release Mapzen Search gets a brand new `street` layer, which contains OSM street centroids. With this addition, if we can't find the exact address you're looking for we'll return the street record. Stay tuned for an in-depth blog post in the next few days. 👏
## 7 September 2016
* Crikey! We noticed we weren't handling Australian province abbreviations, so we [added support for them in our labels](https://github.com/pelias/api/pull/638).

1
reverse.md

@ -61,6 +61,7 @@ Without specifying further, reverse geocoding doesn't restrict results to a part
|----|----|
|`venue`|points of interest, businesses, things with walls|
|`address`|places with a street address|
|`street`|streets,roads,highways|
|`country`|places that issue passports, nations, nation-states|
|`macroregion`|a related group of regions. Mostly in Europe|
|`region`|states and provinces|

1
search.md

@ -335,6 +335,7 @@ In Mapzen Search, place types are referred to as `layers`, ranging from fine to
|----|----|
|`venue`|points of interest, businesses, things with walls|
|`address`|places with a street address|
|`street`|streets,roads,highways|
|`country`|places that issue passports, nations, nation-states|
|`macroregion`|a related group of regions. Mostly in Europe|
|`region`|states and provinces|

Loading…
Cancel
Save