gendesign/frontend/src
lekss361 fdb54834e5 fix(nspd): rename migration 89→98, fix red lines ST_Area→ST_Length (#220)
- data/sql/98_*: rename from 89 to avoid collision with existing 89_drop_dead_brin
- _get_red_lines: ST_Length(ST_Intersection(planar)::geography) instead of
  ST_Area(ST_Intersection(::geography, ::geography)) — fixes PostGIS 3.4
  tolerance error and returns correct non-zero length for LINESTRING intersections
- Rename intersection_area_sqm → intersection_length_m across schema, TS types,
  frontend component, and tests; add test_get_red_lines_db_exception_returns_empty

Addresses review-bot feedback on PR #220.
2026-05-16 19:33:14 +03:00
..
app feat(site-finder): debounce weight re-analyze (#201 Phase 2) (#215) 2026-05-16 12:54:51 +00:00
components fix(nspd): rename migration 89→98, fix red lines ST_Area→ST_Length (#220) 2026-05-16 19:33:14 +03:00
hooks feat(site-finder): debounce weight re-analyze (#201 Phase 2) (#215) 2026-05-16 12:54:51 +00:00
lib fix(frontend): apiFetchWithStatus body stream double-read crash (#149) 2026-05-15 07:39:21 +03:00
types fix(nspd): rename migration 89→98, fix red lines ST_Area→ST_Length (#220) 2026-05-16 19:33:14 +03:00