You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,15 +115,16 @@ OpenLiDARViewer does not claim survey-grade measurement or support for every LiD
115
115
- A "Project ready" summary card on load, with a suggested navigation mode
116
116
117
117
### Annotation, sessions & reporting
118
-
- Annotations — drop categorised, titled markers with notes, browse and search them in a panel, capture the camera viewpoint with each, and undo/redo changes
118
+
- Annotations — drop categorised, titled markers with notes, browse and search them in a panel, capture the camera viewpoint with each, and undo/redo changes; the panel and the PDF report open with a grouping summary (totals, per-category counts, and how many areas the notes fall across)
119
119
- Inspection sessions — export measurements, annotations, and named views to one JSON file and reload them later
120
-
- Workflow recorder — temporarily disabled in 0.4.5 while its shortcut and replay-file experience get a design pass (see the CHANGELOG); `.olvworkflow` recording/replay will return in a later release
120
+
- Workflow recorder — record and replay `.olvworkflow` files of camera moves and tool actions, with a settings popup for file format, save destination, start/stop shortcut, replay speed, a pre-record countdown, captured action families, and loop replay; records actions only, never scan data, so a recipient needs the same scan open to replay
121
121
- Multi-page PDF technical reports — six built-in templates with branding and unit-system awareness
122
122
- Visual Export Studio — orthographic RGB, height map, intensity, classification, depth, normal, and contour map exports
123
123
- Screenshot export that burns in placed measurements and annotations as inspection evidence
124
124
125
125
### Interface & accessibility
126
126
- Theme system — Dark, Light, High-contrast — with a persisted preference
127
+
- A colourblind-safe (Okabe-Ito) classification palette, toggled from the Classes panel, so ground, vegetation, buildings, and water stay distinguishable under the common colour-vision deficiencies; the class label and count stay on every row
127
128
- Command palette (`Cmd-K` / `Ctrl-K`) for keyboard-first access to every tool, mode, theme, and export
128
129
- Searchable shortcut sheet (`?`) listing every keybinding
129
130
- An onboarding tour that walks new users through the empty state, tool dock, and Inspector
- A **colourblind-safe (Okabe-Ito) classification palette** toggle, an **annotation grouping** summary (totals, per-category counts, areas) in the panel and the PDF report, and a quiet **signal-tier cue** on the Dataset Intelligence card
414
+
- The **workflow recorder** returns — record and replay `.olvworkflow` camera/tool sequences with a settings popup (file format, save destination, start/stop shortcut, replay speed, pre-record countdown, capture scope, loop)
415
+
- Correctness and honesty fixes: empty files are rejected with a clear message instead of a blank scene; reprojection never ships non-finite coordinates; NAD83↔WGS84-family identity shifts are flagged; measured areas read the same in the report as on screen; unknown signals show "—" rather than a fabricated value
- Six axis-aligned **standard views** (Top / Bottom / Front / Back / Left / Right) plus an **Orthographic toggle** (a near-parallel long-lens projection) for distortion-free measuring; **icon + label toolbars** across the dock, measurement bar, Layers and Export; a header **full-screen toggle**; and a mobile bottom-sheet reflow
419
+
- Phase 1 of the **design audit** (visual-only: verdict-as-hero, two-tier surfaces, quieter typography, all themes re-verified WCAG AA) and an equivalence-gated **WebGPU compute seam** where the CPU stays the reference and the GPU must prove per-session equivalence before it is trusted
420
+
- Contour **map-sheet (PDF) fixes** (title/legend overlap, scale-bar unit match, ungeoreferenced sheets drop the graticule and north arrow) and label-vs-value drift fixes
- Confidence-aware **DTM and contour pipeline** behind the **Analyse panel** — ground classification, a gridded DTM with per-cell confidence and hold-out RMSE validation, a 0–100 terrain quality score, surface models (DSM, canopy height, slope, multi-directional hillshade), and a single top-level Terrain Assessment verdict (0.4.0–0.4.4)
413
-
- Evidence-graded **contour export** (GeoJSON / SVG / DXF), a printable map sheet, and a georeferenced **DEM package** (ASCII Grid + GeoTIFF), all gated behind a DTM quality check so a professional export is only offered when the surface earns it
424
+
- Evidence-graded **contour export** (GeoJSON / SVG / DXF), a printable map sheet, and a georeferenced **DEM package** (ASCII Grid + GeoTIFF), all gated behind a DTM quality check so a terrain-product export is only offered when the surface passes the quality gate
414
425
- One **readiness engine** behind every export verdict, a colourblind-safe **Confidence** colour overlay (twin of Coverage), and **profile intelligence** — summary, station table, CSV, sampler controls (0.4.5)
415
426
-**True measurement units** on foot-CRS scans, **workflow presets** in the Visuals Studio, and an accessible **onboarding tour** (0.4.5)
416
427
- Interior **floor plan** reconstruction — **experimental preview**: a wall-graph + room-segmentation sketch from interior scans, with claim-accurate "preview" labelling throughout; not a survey product
417
-
-**Note:** the **workflow recorder** (`.olvworkflow` record/replay) is temporarily disabled in 0.4.5 while its shortcut and replay-file experience get a design pass — it returns in a later release
418
428
419
-
### v0.3.9 — Premium interaction surface + terrain foundation
429
+
### v0.3.9 — Refined interaction surface + terrain foundation
420
430
- Smart camera presets — Top, Iso, Oblique, Planar
421
431
- Theme system — Dark, Light, High-contrast — with a persisted preference
422
432
- Command palette (`Cmd-K` / `Ctrl-K`) for keyboard-first access to every tool, mode, theme, and export
423
433
- Workflow recorder — save and replay `.olvworkflow` files of camera moves and tool actions
424
434
- Onboarding tour + searchable shortcut sheet (`?`)
425
435
- Terrain Intelligence (`src/terrain/`) — honesty-contracted terrain type contracts and the informational Dataset Intelligence card
426
436
- Dataset Intelligence card — Point Density, Terrain Complexity, Ground Visibility, Streaming Coverage, Terrain Confidence; honest `—` when no signal is available
427
-
- Inspector mini-dashboards — sparklines and gauges for live scan telemetry
428
437
- Mobile touch model — twist + pinch + pan decomposition with dead zones; opt-in 3-finger zoom for advanced users
- A coordinate bridge with `CrsService`, UTM + lat/lon inspector readouts, and a streaming-aware Visuals Studio with white balance + auto-balance gated to streaming COPC
@@ -436,7 +445,7 @@ summary.
436
445
- FLAI integration — additional curated COPC URLs verified through a CORS + LAS-header probe
437
446
- Polygon completion workflow — click first vertex to close, with visual feedback
438
447
439
-
### v0.3.7 — Premium graphics + new LiDAR capabilities
448
+
### v0.3.7 — Rendering quality + new LiDAR capabilities
0 commit comments