Skip to content

Commit

Permalink
Merge pull request #177 from tilezen/tag-v1.6.0
Browse files Browse the repository at this point in the history
Version bump -> v1.6.0
  • Loading branch information
rmarianski authored Mar 24, 2017
2 parents ed01a0d + a60df5e commit 89f9891
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
CHANGELOG
=========

v1.6.0
------
* **New features:**
* Add support for 2x2 metatiles (and 512px tiles). See [#163](https://github.com/tilezen/tilequeue/pull/163), [#166](https://github.com/tilezen/tilequeue/pull/166), and [#169](https://github.com/tilezen/tilequeue/pull/169).
* Cut child 256px tiles from 512px parent in the 2x2 metatile, rather than re-requesting that 256px bbox from database. See [#158](https://github.com/tilezen/tilequeue/pull/158).
* Pass nominal zoom instead of coordinates. See [#161](https://github.com/tilezen/tilequeue/pull/161).
* **Enhancements:**
* Drop parts of MultiPolygons which lie outside the clip boundary of the tile (primarily affects buildings and water layers). See [#171](https://github.com/tilezen/tilequeue/pull/171).
* Make queue sizes configurable, and default to smaller queue size to accomodate larger 2x2 metatiles. See [#172](https://github.com/tilezen/tilequeue/pull/172).
* Move existing tiles of interest (TOI) instead of copying it to avoid AWS Redis failover. See [#122](https://github.com/tilezen/tilequeue/pull/122).
* Load new TOI from file 'toi.txt', just as the TOI dump process saves to 'toi.txt'. See [#122](https://github.com/tilezen/tilequeue/pull/122).
* **Bug fixes:**
* Delete rejected jobs from SQS queue. See [#173](https://github.com/tilezen/tilequeue/pull/173).
* Trap MemoryError and let ops recover process. See [#174](https://github.com/tilezen/tilequeue/pull/174).
* Fix LinearRing error. See [#175](https://github.com/tilezen/tilequeue/pull/175).

v1.5.0
------
* Emit additional metrics during intersection

v1.4.0
------
* When checking to see if a tile has changed, compare ZIP file contents only. (See https://github.com/tilezen/tilequeue/issues/152)
* On WOF neighbourhood update, return a better error message for invalid dates. (See https://github.com/tilezen/tilequeue/pull/154)
* Remove "layers to format" functionality. (See https://github.com/tilezen/tilequeue/pull/155)
* When checking to see if a tile has changed, compare ZIP file contents only. (See [#152](https://github.com/tilezen/tilequeue/issues/152))
* On WOF neighbourhood update, return a better error message for invalid dates. (See [#154](https://github.com/tilezen/tilequeue/pull/154))
* Remove "layers to format" functionality. (See [#155](https://github.com/tilezen/tilequeue/pull/155))

v1.3.0
------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0

0 comments on commit 89f9891

Please sign in to comment.