Fix bogus cached return of utf grid for fully contained tiles (#67)

This commit is contained in:
Sandro Santilli 2012-12-20 11:30:29 +01:00
parent 9db49a25e4
commit d1979a5265
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
1.1.5 (DD//MM//YY)
-----
* Fix bogus cached return of utf grid for fully contained tiles (#67)
1.1.4 (DD//MM//YY)
-----

6
npm-shrinkwrap.json generated
View File

@ -254,7 +254,7 @@
}
},
"windshaft": {
"version": "0.8.1",
"version": "0.8.2",
"dependencies": {
"express": {
"version": "2.5.11",
@ -295,8 +295,8 @@
}
},
"tilelive-mapnik": {
"version": "0.3.3-dev",
"from": "git://github.com/Vizzuality/tilelive-mapnik.git#7df70554",
"version": "0.3.3-cdb2",
"from": "git://github.com/Vizzuality/tilelive-mapnik.git#6061c65a",
"dependencies": {
"eio": {
"version": "0.1.0"

View File

@ -22,7 +22,7 @@
"node-varnish": "0.1.1",
"underscore" : "~1.3.3",
"grainstore" : "~0.10.8",
"windshaft" : "~0.8.1",
"windshaft" : "~0.8.2",
"step": "0.0.x",
"generic-pool": "1.0.x",
"redis": "0.7.2",