auto-sync: 2026-05-03 09:20:01
This commit is contained in:
@@ -252,11 +252,11 @@ async def get_tile(z: int, x: int, y: int):
|
||||
q_north = north + buf_y
|
||||
|
||||
if z <= 7:
|
||||
limit = 3000
|
||||
limit = 5000
|
||||
elif z <= 9:
|
||||
limit = 8000
|
||||
limit = 25000
|
||||
elif z <= 11:
|
||||
limit = 15000
|
||||
limit = 25000
|
||||
else:
|
||||
limit = 25000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user