From 2404162b012717a6129f9e32bc44c35f854cb0f7 Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Mon, 27 Sep 2021 16:46:02 +0200 Subject: [PATCH] Add note about activator responsibility for being in AZ --- src/components/MapOptionsControl.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapOptionsControl.vue b/src/components/MapOptionsControl.vue index 4b1a347..cc6046c 100644 --- a/src/components/MapOptionsControl.vue +++ b/src/components/MapOptionsControl.vue @@ -167,7 +167,7 @@ export default { event.preventDefault() this.$buefy.dialog.alert({ title: 'Activation zones', - message: 'The activation zones for HB/HB0 have been calculated using swissALTI3D data from swisstopo (aperture width 0.5 m).', + message: '

The activation zones for HB/HB0 have been calculated using swissALTI3D data from swisstopo (aperture width 0.5 m, accuracy ± 0.3 – 3 m (1σ) depending on the region).

The activator is always responsible for ensuring that the operation takes place within the activation zone.

', type: 'is-info', hasIcon: true, icon: 'info-circle',