Fixed
- GET /v1/buildings/by-point now resolves the buildings whose footprint contains a coordinate. Pass
latandlon(WGS84) and an optionallimit(default 50), and the endpoint returns a standard list response whosedataarray holds each matching building. A coordinate with no building returns200with an emptydataarray. - Each building carries its
footprint,centroid,areaSqm,heightMax,floors,buildingUseand linkedlocationIds, so you can go from a point straight to the building outline and its characteristics. The match is point-in-polygon containment rather than a radius search, so only footprints that actually cover the coordinate are returned. More than one building may contain a single point, so the response is always a list.