Compatibility fix in vtiles

This commit is contained in:
Komяpa 2010-07-16 12:11:11 +03:00
parent d7b08d521f
commit d4cd7710b3

View file

@ -84,7 +84,7 @@ class QuadTileBackend:
except KeyError, ValueError:
debug ("tile killed not by us: %s" % (tile,))
def get_vectors (self, bbox, zoom):
def get_vectors (self, bbox, zoom, sql_hint = None):
zoom = int(zoom)
zoom = min(zoom, self.max_zoom) ## If requested zoom is better than the best, take the best
zoom = max(zoom, 0) ## Negative zooms are nonsense