Open your delivery-zones project: `qdeck .` detects the ORM, connects to PostgreSQL.
Query: `SELECT id, name, area FROM delivery_zones;` — the area column shows readable WKT.
Double-click any area row. MapKit popover renders the polygon over Apple Maps.
Open the customer_addresses table in the browser, double-click a point cell to verify the coordinate.
Create a notebook to document the spatial fix, SQL cell + Markdown notes + inline map preview.
Export the notebook to PDF for the PR review.