|
1 | 1 | v0.6.0 |
2 | 2 | ------ |
3 | 3 | * **Release date**: 2015-12-14. |
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). |
| 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. [Issue](https://github.com/mapzen/vector-datasource/issues/160). |
| 5 | +* Beach polygons are now present in the `landuse` layer. [Issue](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. [Issue](https://github.com/mapzen/vector-datasource/issues/367). |
| 7 | +* Railway platforms are now present in the `transit` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/244). |
8 | 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). |
| 9 | +* 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). |
| 10 | +* Pier lines are now included in the `roads` layer with `kind:path, man_made:pier`. [Issue](https://github.com/mapzen/vector-datasource/issues/382). |
| 11 | +* Subway stations show at zoom 12 in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/369). |
| 12 | +* Zoos now show up by zoom 13 at the latest in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/421). |
| 13 | +* Ice cream shops and stands are now included in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/447) |
| 14 | +* Toy shops are now included in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/404). |
| 15 | +* Wine shops are now included in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/448) |
| 16 | +* Alcohol shops are now included in the `pois` layer. [Issue](https://github.com/mapzen/vector-datasource/issues/448) |
| 17 | +* The `population` attribute in the `places` layer is now always an integer. [Issue](https://github.com/mapzen/vector-datasource/issues/230). |
18 | 18 | * **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) |
19 | 19 |
|
20 | 20 | v0.5.3 |
21 | 21 | ------ |
22 | 22 | * **Release date**: 2015-12-07. _Live in prod: 2015-12-07._ |
23 | | -* Fix bug where school points were not being exported as POIs. [Ticket](https://github.com/mapzen/vector-datasource/issues/417). |
| 23 | +* Fix bug where school points were not being exported as POIs. [Issue](https://github.com/mapzen/vector-datasource/issues/417). |
24 | 24 | * **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) |
25 | 25 |
|
26 | 26 | v0.5.2 |
27 | 27 | ------ |
28 | 28 | * **Release date**: 2015-12-04. _Live in prod: 2015-12-04._ |
29 | | -* Make hospital POIs visible at zoom 14 by default, instead of 15. [Ticket](https://github.com/mapzen/vector-datasource/issues/420). |
30 | | -* Fix regression which dropped parking aisles. [Ticket](https://github.com/mapzen/vector-datasource/issues/412). |
| 29 | +* Make hospital POIs visible at zoom 14 by default, instead of 15. [Issue](https://github.com/mapzen/vector-datasource/issues/420). |
| 30 | +* Fix regression which dropped parking aisles. [Issue](https://github.com/mapzen/vector-datasource/issues/412). |
31 | 31 | * **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) |
32 | 32 |
|
33 | 33 | v0.5.1 |
|
0 commit comments