Releases: tilezen/tilequeue
Releases · tilezen/tilequeue
v1.0.0
- 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
Merge pull request #105 from tilezen/nvkelso/add-version-file move VERSION to file, look that up in setup.py
v0.9.1
v0.10.0
- 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
v0.8.0
- 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
- 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.