Skip to content

Commit 275055f

Browse files
committed
Ticket > Issue
1 parent bb2b90f commit 275055f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
v0.6.0
22
------
33
* **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).
88
* 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).
1818
* **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)
1919

2020
v0.5.3
2121
------
2222
* **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).
2424
* **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)
2525

2626
v0.5.2
2727
------
2828
* **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).
3131
* **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)
3232

3333
v0.5.1

0 commit comments

Comments
 (0)