From 17e6564e70bf7f77efc078d9ce3c242afe7aaef7 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Fri, 8 Aug 2025 18:51:54 +0200 Subject: [PATCH] Implement map crosshairs. These are coordinates that are supplied in the fragment part of the URL. When available, a marker is shown at the given positions. Labels may also be given and are also shown. --- lib/www/client/source/src/views/Map.vue | 93 +++++++++++++++++-------- 1 file changed, 63 insertions(+), 30 deletions(-) diff --git a/lib/www/client/source/src/views/Map.vue b/lib/www/client/source/src/views/Map.vue index 021a236..4afe17a 100644 --- a/lib/www/client/source/src/views/Map.vue +++ b/lib/www/client/source/src/views/Map.vue @@ -305,6 +305,14 @@ + + -
- -