Skip to content

Releases: tilezen/vector-datasource

v0.10.4

19 Jul 18:39
Compare
Choose a tag to compare

v0.10.3

07 Jun 20:12
Compare
Choose a tag to compare

v0.10.2

10 May 23:41
Compare
Choose a tag to compare

v0.10.1

10 May 23:41
Compare
Choose a tag to compare

v0.10.0

10 May 23:40
Compare
Choose a tag to compare
  • Release date: 2016-05-04.
  • Paths get a significant makeover in the roads layer:
    • Many path, footway, and cycleway features are visible earlier up to zoom 11, based on their designation as or inclusion in walking and cycling networks.
    • If a track, major road, or minor road is part of a walking or cycling network it is also visible earlier.
    • Some footway and stair features are visible later than before at zoom 15.
    • Add footway property to disentangle sidewalk and crossing features from other footways.
    • Add walking_network property with values in iwn, nwn, rwn, and lwn to indicate features's international to local significance.
    • Add other additional properties: bicycle, foot, horse, tracktype, incline, trail_visibility and sac_scale.
    • Most paths are now named on introduction, before they were only available at zoom 14+.
    • See #593, #596, and #775.
  • Add bicycle properties to the roads layer:
    • Add is_bicycle_related property, set to true when road is a cycleway, part of a cycling network, or has bicyle lanes or other cycling related infrastrucure.
    • Add bicycle_network property with values in icn, ncn, rcn, and lcn to indicate features's international to local significance.
    • Add properties for cycleway, cycleway_left, cycleway_right, oneway_bicycle, and segregated.
    • See #647.
  • Add new outdoors related polygons to the landuse layer:
    • battlefield, beach_resort, boat_storage, caravan_site, dam, dog_park, firepit, fishing_area, fort, monument, picnic_site, recreation_track, rock, scree, stone, summer_camp, swimming_area, and water_park.
    • See #663 and #655.
  • Add new natural lines to the landuse layer:
    • tree_row and hedge.
    • See #566.
  • Add outdoor related points to the pois layer:
    • adit, battlefield, bbq, beach_resort, beacon, bicycle_repair_station, boat_rental, boat_storage, caravan_site, communications_tower, cross, dam, dive_centre, dog_park, dune, egress, firepit, fishing_area, fishing, fort, gas, geyser, hazard, hot_spring, hunting, life_ring, mast, mineshaft, monument, motorcycle, observatory, offshore_platform, outdoor, petroleum_well, picnic_site, picnic_table, power_pole, power_tower, put_in_egress, putin, pylon, ranger_station, rapid, recreation_track, rock, saddle, scuba_diving, shower, sinkhole, stone, summer_camp, swimming_area, telescope, trailhead, waterfall, waste_disposal, water_park, water_point, water_tower, water_well, and watering_place.
    • See #594, #599, #602, #657, #662, #663, #671, #674, and #675.
  • Add outdoor related lines to the roads layer.
    • portage_way
    • See #677.
  • Add dam to the boundaries layer, and removed it from the water layer. See #663 and #773.
  • Add waterfall features to the pois layer:
    • Includes height value in integer meters.
    • Zoom visibility is based on waterfall height: taller than 300 meters are visible at zoom 12 and waterfalls with height less than 50 meters are visible at zoom 14.
    • See
      #677.
  • Modified peak features in the pois layer:
    • Add new elevation value in integer meters.
    • Show some tall peaks at earlier zooms.
    • Add tile_kind_rank for peaks to throttle visibility of dense peak clusters.
    • See #523 and #524.
  • Add intermittent property to water layer features:
    • Value of yes allows styling to distingish streams that do not run year round.
    • See
      #668.
  • Add whitewater related points to the pois layer:
    • putin, egress, put_in_egress, hazard and rapid.
    • Related: portage_way features added in the roads layer.
    • See #599.
  • Add bicycle_junction features in pois layer:
    • A common European feature in signed bicycle routes with named junctions, these features are added at zoom 16.
    • The cycle network reference point's ref value is derived from one of icn_ref, ncn_ref, rcn_ref or lcn_ref, in descending order and is suitable for naming or use in a shield.
    • See #592.
  • Add cycle_barrier features to the pois layer at zoom 18. See #592.
  • Modify existing bicycle related features in pois layer:
    • bicycle shops are now visible earlier at zoom 15.
    • bicycle_rental is now visible at zoom 16.
    • bicycle_rental_station are split off from bicycle_rental shops and are visible at zoom 17. They include additional properties for capacity (an integer value), network, operator, and ref.
    • Features of kind bicycle_parking gain additional properties for access, capacity, covered, fee, operator, maxstay, and surveillance.
    • See #592.
  • Add features of kind walking_junction to the pois layer:
    • Walking junctions are common in Europe for signed walking routes with named junctions, added at zoom 16.
    • The walking network reference point's ref value is derived from one of iwn_ref, nwn_ref, rwn_ref or lwn_ref, in descending order and is suitable for naming or use in a shield.
    • See #592.
  • Add island, islet, and archipelago label placement points to the earth layer. See #399.
  • Add cliff and arete lines to earth layer. See #601.
  • Add label placement lines for ridge and valley to the earth layer. See #601.
  • Move continent label placements to the earth layer from the places layer, a breaking change. See #703.
  • Move ocean and sea label positions to the water layer from the places layer, a breaking change. See #148.
  • Normalize kind values in the boundaries layer, a breaking change:
    • Match Natural Earth kind values to those coming from OpenStreetMap.
    • Remove junk statistical boundaries.
    • Remove Natural Earth's type property.
    • See #517 and #687.
  • Normalize kind values in the water layer, a breaking change:
    • Match Natural Earth kind valeus to those coming from OpenStreetMap.
    • Example 1: use kind ocean instead of Ocean
    • Example 2: use kind lake with reservoir:yes instead of Reservoir.
    • Example 3: use kind ocean with boundary:yes instead of Coastline.
    • See #628 and
      #680
  • Add sources to the earth layer:
    • Indicate naturalearth.com, openstreetmapdata.com, or openstreetmap.org as source.
    • See #737
  • Bug fixes:
    • Identify yes kind pois to their respective values, including generic office. See #705.
    • Don't merging lines in the roads layer at zoom 16 (the max zoom). See #766.
    • Line merging in the roads layer should produce long lines, not many 2 segment lines. See #768.
    • Removed reference to non-existant highway=minor and highway=footpath in roads layer queries. See #680.
  • Refactor how we calculate kind values using YAML config files across all layers to provide more determinism and eliminate yes values. Follow on to v0.9 changes in #580 and #282. See #646 and #687
  • Update how we handle OpenStreetMap data updates via planet_osm_rels triggers. See #711.
  • Requires: tileserver v0.6.1 and [tilequeue v0.9.0](https://github.com/mapzen/tilequeue/...
Read more

v0.9.1

29 Mar 06:33
Compare
Choose a tag to compare
  • Release date: 2016-03-28.
  • Ensure all transit layer features are included at zoom 16+. See commit.

v0.9.0

28 Mar 16:22
Compare
Choose a tag to compare
  • Release date: 2016-03-24. Live in prod: 2015-03-30.
  • Adjust tile rank for station features in the pois layer, emphasizing rail stations over other types of transit. See #506.
  • Remove long tail of less important station features from mid-zooms in the pois layer. See #506.
  • Show more station features in the pois layer by limiting "merging" to zooms less than 15. See #506.
  • Show existing aerialway station & railway tram_stop features in the pois layer earlier at zoom 13. See #587.
  • Add several boolean values to indicate station transit service types in pois layer. See #352.
  • Add state property to station features in the pois layer to indicate planned and under construction features. See #484.
  • Add optional root_relation_id ID value on transit station features in the pois layer. See #590. CORRECTED 9/31: earlier documentation incorrectly said osm_site_relation.
  • Add optional uic_ref to station features in the pois layer.
  • Add additional transit points to pois layer and lines to the transit layer for grab bag of stops, halts, stop areas, and platforms. See #469.
  • Show transit layer features at earlier zoom levels, including international train, subway, light_rail, and tram. See #472.
  • Add funicular and monorail features to the transit layer. See #588.
  • Remove physical railway from the transit layer; they don't have passenger service. See #501.
  • Add service values to transit layer line features to indicate international, national, and regional importance. See #471.
  • Add a new boolean is_bus_route property to features in the roads layer starting at zoom 12 if any bus or trolley_bus route passes along the way. No indication is provided for which bus routes at this time. See #611.
  • Add subway and funicular lines to roads layer as a type of rail. See #549 and #510.
  • Remove disused features from the pois layer, for instance disused railway stations. See #368.
  • Limit visibility of closed and historical features to zoom 17+ in the pois and buildings layers. See #291 and #483.
  • Remove internal mz_is_building property from features in the landuse layer. See #333.
  • Document recommended overlay and underlay sort_key orders. See #586.
  • Move much of the kind calculation logic from pure SQL to CSV spreadsheets for easier config and address outstanding SQL coalesce bugs. See #580 and #282.
  • Normalize source property across all layers. If you have custom place filters, this will be a breaking change. See #503.
  • Requires: tileserver v0.6.1 and tilequeue v0.8.0 and TileStache v0.9.0

v0.8.0

14 Mar 13:15
Compare
Choose a tag to compare
  • Release date: 2016-03-04.
  • Add new label placements in the water layer for bay, strait, and fjord. Issue #400
  • Add new kinds in the pois layer for hardware and trade to capture more types of "big box" stores. Issue #520
  • Additions to the pois layer to celebrate International Women's Day. Issue #526
    • Basic mappings: childcare, clinic, dentist, doctors, kindergarten, midwife, phone, social_facility, and toilets.
    • Most social facility are indicated by their detailed kind. Common kinds: ambulatory_care, assisted_living, food_bank, group_home, outreach, shelter, workshop, see TagInfo for full set.
  • Large hotels and "big box" stores now appear at earlier zooms in the pois layer. Issues 520 and 522
  • The pois layer now inludels all features at zoom 16 that were only available in zoom 17 and 18 previously. But we now include a recommended min_zoom to replicate the earlier behavior. Issue #478
  • Improved station tile_kind_rank values in the pois layer by including more data. Railway route extraction no longer relies on the planet_osm_nodes table, which may be missing if flat nodes is enabled. Issue #507
  • The buildings layer now includes all buildings (no filter) at zoom 16, with min_zoom properties being added at zoom >= 16. Addresses are included at zoom 16 but are marked min_zoom:17. Issue #557
  • In the boundaries layer fences are now included at zoom 16 (was 17). Issue #478
  • The roads and landuse layers receive a significant overhall to sort_key values. The sort_key value is a suggestion for which order to draw features. The value is an integer where smaller numbers suggest that features should be "behind" features with larger numbers. Issues 364 and 546
  • More layers include sort_key values including boundaries, buildings, earth, transit, and water that are compatible with the values in the roads and landuse layers. Issue #550
  • Fixed migration loop to handle the case where there are no explicit migrations to run. Issue #514
  • Requires: tileserver v0.6.0 and tilequeue v0.8.0 and TileStache v0.8.0

v0.8.0-beta1

01 Mar 16:41
Compare
Choose a tag to compare
v0.8.0-beta1 Pre-release
Pre-release
Merge pull request #547 from mapzen/fix-tests

Fix tests for limited dataset, sort key changes

v0.8.0-alpha3

23 Feb 21:44
Compare
Choose a tag to compare
v0.8.0-alpha3 Pre-release
Pre-release
Merge pull request #540 from mapzen/nvkelso/update-docs

nvkelso/update-docs