Releases: tilezen/vector-datasource
Releases · tilezen/vector-datasource
v1.4.0
- Release date: 2017-05-31.
- Requires: tileserver v2.1.0 and tilequeue v1.8.0 and mapbox-vector-tile v1.2.0.
v1.3.0-docs1
v1.3.0-docs1
- Release date: 2017-05-05. Live on prod 2017-05-??.
- Requires: tileserver v2.0.0 and tilequeue v1.7.0 and mapbox-vector-tile v1.2.0.
- [docs] Delete api-keys-and-rate-limits.md page
- [docs] Update attribution.md page with less Mapzen
- [docs] Add
your_mapzen_api_key
URL query strings to URL endpoint examples - [changelog] Update mapbox-vector-tile pypi urls
- [tests] island > islet for OSM data change
v1.2.2
- Release date: 2017-05-04.
- Requires: tileserver v1.4.0 and tilequeue v1.6.0 and mapbox-vector-tile v1.2.0.
- Guard against network being None in more ways
v1.3.0
-
Release date: 2017-05-04. Live on prod 2017-05-08.
-
Requires: tileserver v2.0.0 and tilequeue v1.7.0 and mapbox-vector-tile v1.2.0.
ENHANCEMENTS
- Show important cycling and walking routes at earlier zooms by adjusting the
min_zoom
ofpath
,major_road
, andminor_road
cycling and walking related features in the roads layer. This means thatmin_zoom
values are now variable for features of the same kind, depending on their importance in the bicycle and walking networks; in earlier releases they all shared the samemin_zoom
. See #1172. - Add shields for bicycle, walking, and bus networks with new
bicycle_network
,walking_network
,bus_network
,bicycle_shield_text
,walking_shield_text
,bus_shield_text
, andall_*
variants onto road layer features. See #775, #1175, and #1214. - Add
bicycle
property to non-path road layer features to more accurately reflectis_bicycle_related
routes (eg for ways taggedbicycle=designated
). See #1171. - Add
surface
property to roads layer features. See #1020. - Add
ramp
andramp_bicycle
property to roads layer features. See #1147. - Remove
motor_vehicle
,horse
and some other properties at low- and mid-zooms in roads layer. See #1224 and #1214. - Improve line merging in roads and other layers to reduce tile file size and improve rendering performance. See #1191.
- Add
colour_name
property for transit layer features. See #1190. - Show large piers earlier in landuse layer. See #1178.
- Remove many pois layer features when they lack a name (but many others are whitelisted as no-name okay). See #1186 and #1218.
BUG FIXES
- Fix spelling of ~60 locality (city) names at low-zooms in places layer. #1140.
- Small gardens (in Edinburgh and elsewhere) should not be visible at mid-zooms in pois layer. #1185.
- Some pois layer features were missing their
tier
property. See #1208. - Remove
natural_forest
,natural_wood
, andvillage_green
from pois layer, a documented breaking bug fix associated with the v1.0 release. Their label points are now found in the landuse layer. See #1103. - Fix test failures based on upstream OpenStreetMap data changes.
- Show important cycling and walking routes at earlier zooms by adjusting the
v1.2.1
- Release date: 2017-05-04.
- Requires: tileserver v1.4.0 and tilequeue v1.6.0 and mapbox-vector-tile v1.2.0.
- Guard against network being None
v1.2.0
- Release date: 2017-03-23.
- Requires: tileserver v1.4.0 and tilequeue v1.6.0 and mapbox-vector-tile v1.2.0.
- Generate less-complex MultiPolygons by limiting the number of features that can be merged into a single MultiPolygon (defaults to 1000). This can have a large impact on geometric topology checks for file formats like MVT. See #1176.
- Move merging of landuse polygons after roads intercut, to improve intercut performance. See #1177.
- Drop small inner polygons, to improve downstream performance. See #1180.
- Fix test failures based on OpenStreetMap data changes and 2x2 metatiles where unit of work for some operations like
tile_kind_rank
is now 512px instead of 256px. See #1182.
v1.1.0
- Release date: 2017-02-17.
- Requires: tileserver v1.3.0 and tilequeue v1.4.0 and mapbox-vector-tile v1.0.0.
- Replace usage of tile coordinate with usage of nominal zoom. (See #1166)
- Fix test failures.
v1.0.3
- Release date: 2017-01-24.
- Requires: tileserver v1.1.0 and tilequeue v1.2.0 and mapbox-vector-tile v1.0.0.
- Clarify documentation license as CC-BY. See #1136.
- Fix test failures. See #1148, #1150, #1152, #1157.
v1.0.2-docs1
- [docs] Automatic docs precog previews for master and prod go-live for latest tagged release (excluding pre-release).
v1.0.2
- Release date: 2016-11-17. Prod go live: 2016-11-21.
- Requires: tileserver v1.0.0 and tilequeue v1.0.1 and mapbox-vector-tile v1.0.0.
- Merge water and earth polygons. See #1106.
- Improve maritime_boundary tagging in Europe and globally by updating buffered_land shapefile. See #294.