Skip to content

Commit

Permalink
Merge pull request #83 from tilezen/tag-v1.4.0
Browse files Browse the repository at this point in the history
Version bump -> v1.4.0
  • Loading branch information
rmarianski authored Mar 24, 2017
2 parents 09f5dca + 25e6805 commit 318f9d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
CHANGELOG
=========

v1.4.0
------
* Add support for 2x2 metatiles
* This extends the early 1x1 metatile work that landed in `v1.1.0`
* New support for 512 pixel tiles, and preserves support for 256 pixel tiles (within the same 2x2 metatile ZIP bundle)
* Adds tile pixel size as a configurable option
* Query the DataFetcher at nominal zoom, which is the same as the coordinate zoom for tileserver
* Pass nominal zoom explicitly to process_coord
* Update the tiles of interest (TOI) list to transform 256px requests into parent 512px 2x2 metatile tile coords
* Enhancements:
* Don't reformat if we already have the format and layers we want
* Clamp tile requests to 0/0/0 to disallow negative zoom requests
* Catch Exceptions when reading tile data and log them
* Bug fixes:
* Fix gitignore to more pythonic

v1.3.0
------
* Remove "layers to format" functionality. (See https://github.com/tilezen/tileserver/pull/65)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0

0 comments on commit 318f9d4

Please sign in to comment.