Skip to content

Releases: tilezen/tilequeue

v1.0.0

16 Dec 18:46
Compare
Choose a tag to compare
  • Update wof projection to 3857.
  • Update srid throughout from 900913 -> 3857.
  • Add basic size logging for the objects returned from queries.
  • Support multiple geometries in queries.
  • Add filter to intersect with padded bounds.
  • Conditionally store tile data. Print total storage counts for each tile.
  • Correct the buffered mvt format definition.
  • Convert wof min/max zooms to floats.
  • Update sample cfg to reflect latest choices.
  • Add pyclipper dependency to requirements.

v0.11.0-pre2

06 Sep 20:39
Compare
Choose a tag to compare
v0.11.0-pre2 Pre-release
Pre-release
Merge pull request #105 from tilezen/nvkelso/add-version-file

move VERSION to file, look that up in setup.py

v0.9.1

18 Aug 23:29
Compare
Choose a tag to compare
  • Add support for returning multiple geometries in queries
  • Add filter to intersect with padded bounds

v0.10.0

18 Aug 23:28
Compare
Choose a tag to compare
  • Improve json encoding
  • Add boroughs to wof processing
  • Add support for configurable area thresholds
  • Add l10n names to wof processing
  • Port used TileStache fork code to eliminate dependency
  • Add configurable bounds buffer support
  • Remove simplification, now a vector-datasource transform step
  • Ensure json properties are utf-8 encoded
  • Add support to generate s3 urls with no path
  • Handle empty strings when edtf parsing wof dates

v0.9.0

27 Jul 21:01
Compare
Choose a tag to compare
  • Delegate quantization to mapbox-vector-tile. See #82.
  • Expand mz_properties in features. See #81.
  • Exclude null values from yaml output. See #84.
  • Remove outdated tests exercising a transform that is no longer used. See 6de8f00.

v0.8.0

27 Jul 21:01
Compare
Choose a tag to compare
  • Use an empty list if the 'transforms' parameter is missing, rather than raise KeyError.
  • Metatile at z16
  • Support storing individual formatted layers
  • Pass context object to post-process functions.
  • Add resource abstraction to manage transforms with io requirements
  • Don't filter out small features at z16, which may be needed for subsequent zooms

v0.7.1

02 Feb 20:06
Compare
Choose a tag to compare
  • Eliminate extra slash in S3 filename. Issue.
  • Update make_queue signature to support sending items to the queue for rendering when a request for a tile which hasn't been rendered before is received. Issue as part of larger issue.

v0.7.0

21 Jan 19:52
Compare
Choose a tag to compare
  • WOF neighbourhoods with inception and cessation dates are now respected, with those features being hidden from tiles. Issue.
  • The WOF update process is now robust to intermittent HTTP errors. This could help if you've been experiencing occasional WOF update failures. Issue.