Skip to content

Commit

Permalink
Bumped to 1.27.3 with fix to a dumb error in tilestache-seed
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Feb 26, 2012
1 parent 59729ca commit 61a2600
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2012-02-26: 1.27.3
- Fixed a forehead slapper in tilestache-seed.

2012-02-26: 1.27.2
- Fixed Mapnik fonts path bug.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.2
1.27.3
2 changes: 1 addition & 1 deletion scripts/tilestache-seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def tilesetCoordinates(filename):
else:
coordinates = generateCoordinates(ul, lr, zooms, padding)

coordinates = list(coordinates)[:10]
coordinates = list(coordinates)

for (offset, count, coord) in coordinates:
path = '%s/%d/%d/%d.%s' % (layer.name(), coord.zoom, coord.column, coord.row, extension)
Expand Down

0 comments on commit 61a2600

Please sign in to comment.