Skip to content

v1.3.0

Compare
Choose a tag to compare
@nvkelso nvkelso released this 05 May 15:53
· 1980 commits to master since this release
  • 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.