Making vtile backend compatible again

This commit is contained in:
Komяpa 2010-11-08 00:04:16 +02:00
parent 92cad31767
commit 0204f5937d

View file

@ -106,7 +106,7 @@ class QuadTileBackend:
pass
#debug ("tile killed not by us: %s" % (tile,))
def get_vectors (self, bbox, zoom, sql_hint = None):
def get_vectors (self, bbox, zoom, sql_hint = None, itags = 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