Skip to content

Commit

Permalink
Ticket > Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Dec 17, 2015
1 parent bb2b90f commit 275055f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
v0.6.0
------
* **Release date**: 2015-12-14.
* Highway exits are now present in the `pois` layer, with `kind:motorway_junction` and, if the data is available, properties for `exit_to` directions and `ref` reference number. [Ticket](https://github.com/mapzen/vector-datasource/issues/160).
* Beach polygons are now present in the `landuse` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/366).
* Military (and rural) `landuse` areas were not being output due to a bug. This has been fixed and both landuse types are now being output. [Ticket](https://github.com/mapzen/vector-datasource/issues/367).
* Railway platforms are now present in the `transit` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/244).
* Highway exits are now present in the `pois` layer, with `kind:motorway_junction` and, if the data is available, properties for `exit_to` directions and `ref` reference number. [Issue](https://github.com/mapzen/vector-datasource/issues/160).
* Beach polygons are now present in the `landuse` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/366).
* Military (and rural) `landuse` areas were not being output due to a bug. This has been fixed and both landuse types are now being output. [Issue](https://github.com/mapzen/vector-datasource/issues/367).
* Railway platforms are now present in the `transit` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/244).
* Features related to winter sports are now present; with pistes in the `roads` layer as `kind:piste`, winter sports areas / resorts in the `landuse` layer with `kind:winter_sports` and various `pois` related to ski/snowboard hire available in the `pois` layer. [Pistes ticket](https://github.com/mapzen/vector-datasource/issues/342). [Areas ticket](https://github.com/mapzen/vector-datasource/issues/343), [POIs ticket](https://github.com/mapzen/vector-datasource/issues/344).
* IATA codes are included as the `iata` property on airports for which the data is available in the `pois` and `landuse` layers. [Ticket](https://github.com/mapzen/vector-datasource/issues/398).
* Pier lines are now included in the `roads` layer with `kind:path, man_made:pier`. [Ticket](https://github.com/mapzen/vector-datasource/issues/382).
* Subway stations show at zoom 12 in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/369).
* Zoos now show up by zoom 13 at the latest in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/421).
* Ice cream shops and stands are now included in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/447)
* Toy shops are now included in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/404).
* Wine shops are now included in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/448)
* Alcohol shops are now included in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/448)
* The `population` attribute in the `places` layer is now always an integer. [Ticket](https://github.com/mapzen/vector-datasource/issues/230).
* IATA codes are included as the `iata` property on airports for which the data is available in the `pois` and `landuse` layers. [Issue](https://github.com/mapzen/vector-datasource/issues/398).
* Pier lines are now included in the `roads` layer with `kind:path, man_made:pier`. [Issue](https://github.com/mapzen/vector-datasource/issues/382).
* Subway stations show at zoom 12 in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/369).
* Zoos now show up by zoom 13 at the latest in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/421).
* Ice cream shops and stands are now included in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/447)
* Toy shops are now included in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/404).
* Wine shops are now included in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/448)
* Alcohol shops are now included in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/448)
* The `population` attribute in the `places` layer is now always an integer. [Issue](https://github.com/mapzen/vector-datasource/issues/230).
* **Requires:** [tileserver v0.5.0](https://github.com/mapzen/tileserver/releases/tag/v0.5.0) and [tilequeue v0.6.0](https://github.com/mapzen/tilequeue/releases/tag/v0.6.0) and [TileStache v0.6.0](https://github.com/mapzen/TileStache/releases/tag/v0.6.0)

v0.5.3
------
* **Release date**: 2015-12-07. _Live in prod: 2015-12-07._
* Fix bug where school points were not being exported as POIs. [Ticket](https://github.com/mapzen/vector-datasource/issues/417).
* Fix bug where school points were not being exported as POIs. [Issue](https://github.com/mapzen/vector-datasource/issues/417).
* **Requires:** [tileserver v0.4.1](https://github.com/mapzen/tileserver/releases/tag/v0.4.2) and [tilequeue v0.5.1](https://github.com/mapzen/tilequeue/releases/tag/v0.5.1) and [TileStache v0.5.1](https://github.com/mapzen/TileStache/releases/tag/v0.5.1)

v0.5.2
------
* **Release date**: 2015-12-04. _Live in prod: 2015-12-04._
* Make hospital POIs visible at zoom 14 by default, instead of 15. [Ticket](https://github.com/mapzen/vector-datasource/issues/420).
* Fix regression which dropped parking aisles. [Ticket](https://github.com/mapzen/vector-datasource/issues/412).
* Make hospital POIs visible at zoom 14 by default, instead of 15. [Issue](https://github.com/mapzen/vector-datasource/issues/420).
* Fix regression which dropped parking aisles. [Issue](https://github.com/mapzen/vector-datasource/issues/412).
* **Requires:** [tileserver v0.4.1](https://github.com/mapzen/tileserver/releases/tag/v0.4.2) and [tilequeue v0.5.1](https://github.com/mapzen/tilequeue/releases/tag/v0.5.1) and [TileStache v0.5.1](https://github.com/mapzen/TileStache/releases/tag/v0.5.1)

v0.5.1
Expand Down

0 comments on commit 275055f

Please sign in to comment.