|
| 1 | +v0.5.0 |
| 2 | +------ |
| 3 | +* **Release date**: 2015-11-13. |
| 4 | +* **Requires:** [tileserver v0.4.1](https://github.com/mapzen/tileserver/releases/tag/v0.4.1) and [tilequeue v0.5.0](https://github.com/mapzen/tilequeue/releases/tag/v0.5.0) and [TileStache v0.5.0](https://github.com/mapzen/TileStache/releases/tag/v0.5.0) |
| 5 | +* Filter out duplicate POIs in `pois`, `landuse`, and `buildings` layers, preferring poi layer features. Includes density filter. |
| 6 | +* Add neighbourhoods (and macrohoods and microhoods) from Who's On First in the `places` layer. New properties: `min_zoom`, `max_zoom`, `kind_tile_rank`, `is_landuse_aoi`. |
| 7 | +* Remove neighbourhoods from OpenStreetMap. |
| 8 | +* Add `kind_tile_rank` to `kind=station` features to enable filtering out of less important transit stations at low zooms (to reduce crowding). Weights stations that are shown at lower zoom levels by lines going through them. Lower numbers = more important. |
| 9 | +* Stop duplicating building footprints into the landuse layer, and exclude building=no features. Include all building properties at all zooms (was limited to high zooms). |
| 10 | +* Use addr:housename as building name if feature is a POI |
| 11 | +* Add aerialway line features into the `roads` layer. |
| 12 | +* Add back missing roads on park and other landuse boundaries that went missing when `landuse_kind` intercut was added. |
| 13 | +* Add service levels to railroads features in `roads` layer to distinguish importance. |
| 14 | +* Updated High Road classifier (zoom range, sort order) for `service` roads, including pedestrian streets, paths, and forest tracks so they are visible earlier. |
| 15 | +* Add `volume` on `building` layer polygons to enable more sophisticated client-side filtering at mid zooms. |
| 16 | +* Add `city_wall` lines and `barrier` lines to `boundaries` layer. |
| 17 | +* Fix minor bug around missing `water` layer boundary lines. |
| 18 | +* Add `area` to water boundary lines (so filtering of boundary lines can match polygons). |
| 19 | +* Add `townhall`, `laundry`, `dry_cleaner`, and `ferry_terminal` to `pois` layer. |
| 20 | +* Move centroid calculation out of database to post-processing step |
| 21 | +* Updated formats to contain `api_key` parameter in tilejson metadata URL |
| 22 | + |
1 | 23 | v0.4.2
|
2 | 24 | ------
|
3 | 25 | * **Release date:** 2015-10-14. _Live in prod: 2015-10-20._
|
|
0 commit comments