Skip to content

Releases: tilezen/vector-datasource

v1.4.0

31 May 17:00
Compare
Choose a tag to compare
  • [tests] Add support to capture all test coordinates with -printcoords. This also namespaces all the test assertion functions using test. See #1245.
  • [tests] Publish all test coordinates for master CircleCI builds. See #1246.
  • [docs] Remove rate limiting note (for Mapzen hosted service).

v1.3.0-docs1

04 May 19:54
Compare
Choose a tag to compare

v1.3.0-docs1

  • [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

05 May 02:24
Compare
Choose a tag to compare

v1.3.0

05 May 15:53
Compare
Choose a tag to compare
  • 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 of path, major_road, and minor_road cycling and walking related features in the roads layer. This means that min_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 same min_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, and all_* variants onto road layer features. See #775, #1175, and #1214.
    • Add bicycle property to non-path road layer features to more accurately reflect is_bicycle_related routes (eg for ways tagged bicycle=designated). See #1171.
    • Add surface property to roads layer features. See #1020.
    • Add ramp and ramp_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, and village_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.

v1.2.1

05 May 00:31
Compare
Choose a tag to compare

v1.2.0

24 Mar 15:28
Compare
Choose a tag to compare
  • 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

17 Feb 15:40
Compare
Choose a tag to compare

v1.0.3

14 Feb 03:58
Compare
Choose a tag to compare

v1.0.2-docs1

21 Nov 20:30
Compare
Choose a tag to compare
  • [docs] Automatic docs precog previews for master and prod go-live for latest tagged release (excluding pre-release).

v1.0.2

21 Nov 19:08
Compare
Choose a tag to compare