Skip to content

Releases: tilezen/TileStache

v0.10.2

17 Aug 20:04
Compare
Choose a tag to compare
  • Backport handle_label_placement transform
  • Backport shape copy fix

v0.10.1

11 May 06:34
Compare
Choose a tag to compare
  • Update building transforms to work with _ separated properties. The queries upstream changed to return _ as the separator instead of :. See #806.

v0.10.0

11 May 06:34
Compare
Choose a tag to compare
  • Add is_bicycle_related transform. See #152.
  • Normalize cycling related properties so shared properties for cycleway:left and cycleway:right are deleted and projected into cycleway directly, and if cycleway:both is included but cycleway is not, project that onto cycleway. #150.
  • Don't label generate label placements for unnamed stone and rock features. See #151.
  • Don't generate label placements for point or line features (for islands), make it configurable. See #153 and #154.
  • Update road kind for whitewater=portage_way. See #140.
  • Remove junk highway=minor and highway=footpath from logic. See #137.
  • Remove outdated building kind calculation. See #139.
  • Remove outdated road_sort_key transform. See #142.
  • Remove outdated roads functions (logic is now carried in YAML queries), and fix duplicate points bug. See #143.
  • Remove outdated boundary transforms (logic is now carried in YAML queries). See #138.
  • Add transform to convert admin_level to an int. See #136.
  • Add transform for convert capacity in pois layer to int. See #146.
  • Add function to convert height values to meters. See #145.
  • Add function to convert elevation values meters. See #147.
  • Add sort order for peak and volcano features. See #148.
  • Add end zoom for remove duplicates function. See #149.
  • Add is_empty property for geometry proxy for Shapely's STRtree. See #135.
  • Delegate quantization to mapbox-vector-tile. See #141.

v0.9.0

11 May 06:35
Compare
Choose a tag to compare
  • After merging, simplify with a very small tolerance to remove duplicate and almost-colinear points
  • Add transform to update parenthetical properties
  • Add ability to drop parenthetical features below some given zoom level
  • Add function to add construction state to stations
  • Adjust tile rank score for stations to take into account the different types of routes
  • Remove temporary properties which shouldn't be public
  • Add 'root_relation_id' for linking related features together in a site or public transport 'stop area' or 'stop area group'
  • Remove now unused landuse kind mapping transform
  • Add uic_ref transform

v0.8.0

11 May 06:35
Compare
Choose a tag to compare
  • Allow code in drop_features_where function.
  • Add bounding box clipping to exterior boundaries transform to improve water boundary performance.
  • Add kind normalisation functions for social facilities and medical features.
  • Update road sort key value function.
  • Add CSV spreadsheet property matching functions to provide sort_key value lookups for landuse, roads, and most other layers.
  • Use more precision for json formatter on z16 and higher.

v0.7.0

21 Jan 19:50
Compare
Choose a tag to compare
  • Add function to normalise tourism kind and related properties.
  • Add function to drop properties from features under some configurable set of conditions.
  • Implement merging for linear features.
  • Add code to normalise leisure kinds for fitness-related POIs.
  • Add transform to include aeroway tag for kind=gate.

v0.6.0

11 May 06:35
Compare
Choose a tag to compare
  • Ensure that the population property, if present, is an integer.
  • Add IATA short (3-character) codes to airports.
  • Interpret road kinds for pistes, motorway junctions, racetracks and piers.
  • Normalise is_link, is_tunnel and is_bridge so that it is not present in the negative; it should only be present when its value is positive.
  • Re-order aerialways to be above all road types, including bridges, unless overriden by a layer property.
  • Added sort order properties for beaches and winter sports areas.
  • Added a function to remove abandoned pistes from the output.

v0.5.1

11 May 06:36
Compare
Choose a tag to compare
  • Protect against empty snapped geometries - resolves segfault

v0.5.0

11 May 06:36
Compare
Choose a tag to compare
  • Update sorts for pois and places
  • Update kind calculation for roads to include aerialways
  • Add volume calculation transform
  • Update road sort key calculation
  • Remove scalerank for neighbourhoods
  • Allow exterior boundaries to be snapped to a grid
  • Improve exterior boundaries processing
  • Add post processing functions:
    • generate address points from buildings
    • drop certain features
    • drop certain feature properties
    • remove features with zero area
    • remove duplicate features
    • normalize duplicate stations
    • only keep the first N features matching a criteria
    • rank features based on a key
    • normalize aerialways
    • numeric min filter
    • copy features across layers
    • replace geometry with a representative point

v0.4.1

11 May 06:37
Compare
Choose a tag to compare
  • Make admin boundaries post-processing filter work with boundary linestring fragments rather than needing an oriented polygon.