Interactive viewer + editor for occupancy floor plans. Renders TopoJSON polygons (rooms) with architectural lines (walls/doors/windows) on top. Click a polygon to view and edit its occupancy data.
npm run install:all
npm run devWeb app: http://localhost:5173 — backend: http://localhost:5174
Source files live in data/:
MOBAR0{1,2}.json— TopoJSON of room polygons (each polygon carries CSV columns as properties)MOBAR0{1,2}_floorplan.json— TopoJSON of architectural line segments by layerMOBAR0{1,2}.csv— same columns as the polygon properties; used as the seed for the editable store
Edits are persisted to data/occupancy-MOBAR0{1,2}.json (created on first save). Original CSV/TopoJSON files are never modified.