This commit is contained in:
Komяpa 2011-05-27 19:23:06 +03:00
parent 38ffacf784
commit ff31aedb2c

View file

@ -214,7 +214,7 @@ z = int(form["z"].value)
x = int(form["x"].value)
y = int(form["y"].value)
if z>22:
exit
exit()
callback = "onKothicDataResponse"
bbox = projections.bbox_by_tile(z+1,x,y,"EPSG:3857")