typo fix
This commit is contained in:
parent
38ffacf784
commit
ff31aedb2c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue