Functionapi_generate API endpoint to generate tiles for selected quadrants. Request body: { "quadrants": [[x, y], ...] or [{"x": x, "y": y}, ...], "m
src/isometric_nyc/generation/app.py:2342
Functioncheck_all_quadrants_generated Check if all 4 quadrants for the tile starting at (x, y) have generations. The tile covers quadrants: (x, y), (x+1, y), (x, y+1), (x+1, y+1)
src/isometric_nyc/generation/shared.py:348