From a89e6bfe30f7c4ff5c20040b1c5f8f90664a66c6 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 23 Jun 2026 11:44:57 +0000 Subject: [PATCH] feat(building-passport): show longitude/latitude in Location & Status Local authority and constituency have no data source for new-approach properties (not on epc_property; null on the property row). Replace them with longitude/latitude from property_details_spatial (already fetched on the page), keeping Tenure. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../[slug]/building-passport/[propertyId]/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/portfolio/[slug]/building-passport/[propertyId]/page.tsx b/src/app/portfolio/[slug]/building-passport/[propertyId]/page.tsx index 1035edfe..174f274b 100644 --- a/src/app/portfolio/[slug]/building-passport/[propertyId]/page.tsx +++ b/src/app/portfolio/[slug]/building-passport/[propertyId]/page.tsx @@ -218,9 +218,15 @@ export default async function BuildingPassportHome(props: { {/* Location & Status */}

Location & Status

- - + +
{/* Annual Energy Costs */}