diff --git a/src/json_getter.py b/src/json_getter.py index 2fd9bcb..89dd056 100644 --- a/src/json_getter.py +++ b/src/json_getter.py @@ -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")