Skip to content

Commit bb2b90f

Browse files
committed
Update changelog for v0.6
1 parent 828903d commit bb2b90f

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

CHANGELOG.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
v0.6.0
22
------
33
* **Release date**: 2015-12-14.
4-
* The `population` attribute is now always an integer. [Ticket](https://github.com/mapzen/vector-datasource/issues/230).
5-
* Hospital POIs show up earlier, at least by zoom 14. [Ticket](https://github.com/mapzen/vector-datasource/issues/420).
6-
* 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).
7-
* Beach polygons are now present in the landuse layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/366).
8-
* Railway platforms are now present in the transit layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/244).
9-
* 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).
10-
* Subway stations show at zoom 12. [Ticket](https://github.com/mapzen/vector-datasource/issues/369).
11-
* Toy shops are now included in the POIs layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/404).
12-
* IATA codes are included as the `iata` property on airports for which the data is available. [Ticket](https://github.com/mapzen/vector-datasource/issues/398).
13-
* 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).
14-
* Pier lines are now included in the roads layer with `kind:path, man_made:pier`. [Ticket](https://github.com/mapzen/vector-datasource/issues/382).
15-
* Zoos now show up by zoom 13 at the latest. [Ticket](https://github.com/mapzen/vector-datasource/issues/421).
16-
* Wine shops are now included in the POIs layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/448)
17-
* Wine shops are now included in the POIs layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/448)
18-
* Ice cream shops and stands are now included in the POIs layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/447)
4+
* 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).
5+
* Beach polygons are now present in the `landuse` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/366).
6+
* 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).
7+
* Railway platforms are now present in the `transit` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/244).
8+
* 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).
9+
* 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).
10+
* Pier lines are now included in the `roads` layer with `kind:path, man_made:pier`. [Ticket](https://github.com/mapzen/vector-datasource/issues/382).
11+
* Subway stations show at zoom 12 in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/369).
12+
* Zoos now show up by zoom 13 at the latest in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/421).
13+
* Ice cream shops and stands are now included in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/447)
14+
* Toy shops are now included in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/404).
15+
* Wine shops are now included in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/448)
16+
* Alcohol shops are now included in the `pois` layer. [Ticket](https://github.com/mapzen/vector-datasource/issues/448)
17+
* The `population` attribute in the `places` layer is now always an integer. [Ticket](https://github.com/mapzen/vector-datasource/issues/230).
1918
* **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)
2019

2120
v0.5.3

0 commit comments

Comments
 (0)