Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@nvkelso nvkelso released this 03 Mar 23:19
7dd1998
  • Add option to prefix just with date of build (instead of complicated hash), now that S3 is more performant. PR #409
  • Add special handling when processing cut coord zoom 16 "max zoom" tiles to better coordinate with queries.yaml in vector-datasource and overzooming for feature filtering. PR #407
  • Add trimming of overzoom features from tiles where they're not needed (related to "max zoom" and overzooming, especially to drop address points in buildings layer and some kinds in the pois layer). PR #402
  • Add support for preprocessed inline geojson layers, paired with vector-datasource/2095. PR #414
  • Set the MVT resolution (extent) to 4096 pixels instead of 8192 in most circumstances to save file size. PR #404
  • Move default "max zoom" of 16 to a constants module. PR #389
  • Clarify with inline docs that "meters per pixel" assumes a 256-pixel nominal extent. PR #408
  • Add linters for YAML, JSON, and Python to the repo. PR #403
  • Update requirements.txt to pin boto3 and botocore to make it easier to assume an S3 role. PR #416