Skip to content

Commit

Permalink
fix on tile generation
Browse files Browse the repository at this point in the history
  • Loading branch information
alculquicondor committed Jan 26, 2017
1 parent 19395e0 commit 9177193
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
2017-01-26: 1.51.6
- Fix on tile generation

2017-01-25: 1.51.5
- Fix to be compliant with mapnik 3 grid renderer
- Fix of preview protocol
Expand Down
2 changes: 1 addition & 1 deletion TileStache/Core.py
Expand Up @@ -554,7 +554,7 @@ def render(self, coord, format):
tile, surtile = None, tile

for (other, x, y) in subtiles:
buff = StringIO()
buff = BytesIO()
bbox = (x, y, x + self.dim, y + self.dim)
subtile = surtile.crop(bbox)
if self.palette256:
Expand Down
2 changes: 1 addition & 1 deletion TileStache/VERSION
@@ -1 +1 @@
1.51.5
1.51.6

0 comments on commit 9177193

Please sign in to comment.