From 263f7ce2325a258df149cf29c32f2bbbb97d7924 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 18 Jun 2025 18:12:54 +0200 Subject: Add panel to measure lengths and areas. Inspired from https://openlayers.org/en/latest/examples/measure.html and https://openlayers.org/en/latest/examples/draw-features.html . We use the Inter font https://rsms.me/inter/ for the measurement value as it has good support for tabular-nums. --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index f08c3c9..6011349 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "vite": "^6.3.5" }, "dependencies": { + "@fontsource/inter": "^5.2.6", "bootstrap": "5.3.x", "bootstrap-icons": "1.13.x", "ol": "10.6.x", -- cgit v1.2.3