Skip to content

Commit

Permalink
Update tilecloud
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and Stéphane Brunner committed Aug 8, 2013
1 parent f3636e2 commit 01c54d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ folders = tilecloud_chain
cmds = find ${validate-py:folders} -name \*.py | xargs ./buildout/bin/flake8 --max-line-length=120

[versions]
tilecloud = 0.2dev-20130516
tilecloud = 0.2dev-20130808
distribute = 0.6.35
zc.buildout = 1.7.1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
README = open(os.path.join(here, 'README.rst')).read()

install_requires = [
'tilecloud>=0.2dev-20130516',
'tilecloud>=0.2dev-20130808',
'psycopg2',
'Shapely',
'boto>=2.0',
Expand Down
3 changes: 1 addition & 2 deletions tilecloud_chain/tests/test_serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ def test_serve_kvp(self, l):
}
serve = PyramidView(request)
serve()
# tilecloud bug
# self.assertEquals(request.response.headers['Content-Type'], 'image/png')
self.assertEquals(request.response.headers['Content-Type'], 'image/png')
self.assertEqual(request.response.headers['Cache-Control'], 'max-age=28800')

request.params['TileRow'] = '12'
Expand Down

0 comments on commit 01c54d1

Please sign in to comment.