Appearance
v2.13.2 (2026-05-28)
Overview
Vite Horizon 2.13.2 refines the FPP print workflow. Printed FPP maps now automatically switch to a denser 500-metre gridline at large scales, the harvest mask layer adopts the correct PTPZL naming, and a small spacing glitch in the Harvest Area metadata is fixed. A round of UI polish removes residual Calcite panel shadows.
Breaking Changes
None in this release.
New Features and Improvements
Print — FPP Gridline Variant by Scale
When printing an FPP layout (Draft or Production, A4 or A3), the gridline overlay now adapts to the chosen print scale:
| Print scale | Gridline overlay |
|---|---|
| Below 1 : 10,000 | 500 m grid |
| 1 : 10,000 and above | 1,000 m grid |
The switch happens automatically. No new control is added — choose your FPP layout and scale as usual, and the print service picks the matching template. This gives finer-grained reference lines on close-up site plans (1 : 2,500, 1 : 5,000, 1 : 7,500) while keeping the existing 1 km grid for broader extents.
Affected layouts: A4 Portrait FPP Draft, A4 Portrait FPP Production, A3 Portrait FPP Draft, A3 Portrait FPP Production.
Print — Harvest Area Metadata Spacing
The Harvest Area value printed in the FPP map metadata is now formatted as Harvest Area: 12.34 Ha (with a space after the colon). Previously it read Harvest Area:12.34 Ha with no separator.
Layer Title — Harvest Mask
When you print an FPP layout, the auto-generated harvest mask layer that dims everything outside the harvest boundary is now titled "PTPZL outside Harvest Boundary" (previously "PTPZ outside Harvest Boundary"). This aligns the layer name with the PTPZL acronym used elsewhere in the FPP toolchain.
Spray Editor — Auto-Calculated Polygon Area (Server-Side)
Spray polygon features now have their area in hectares calculated automatically by the database when you save or edit a polygon. The value appears in the Spray Polygon feature attributes alongside the existing name, label, and style fields — no manual entry or refresh step required. Pre-existing polygons receive the value the next time they are edited and saved.
See the Spray Editor — Feature Information section for the full attribute list.
UI Polish — Calcite Panel Backgrounds
Side panels (layer list, tools, editors, analysis panels) now use a fully transparent background with no drop-shadow. Panels read more cleanly against the map and stop clipping subtle map detail at their edges.
Under the Hood
FPP Print Template Cleanup
The FPP Draft and Production print templates (fpp-draft-print.json, fpp-prod-print.json) were refactored:
- Numeric layer IDs (
"0","1","2", …) replaced with descriptive slugs ("land-tenure-ptpz-transparent","streamside-reserves", …) for easier diffing and review. - Redundant operational-layer entries removed.
- Legend layer ordering adjusted so that title-block layers prepend rather than append to the legend stack — printed legends now list operational layers in the intended order.
These are template changes only; the rendered map output is unchanged apart from the legend ordering improvement.
Dependencies
tiptapfamily bumped to 3.23.6 (rich-text editor used by FPP draft and other note fields).vuebumped to 3.5.35 anddompurifyto 3.4.7 (patch updates).