From fe1200e1e0adc26ff5089380f32651358ade8b9e Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Mon, 27 Sep 2021 17:07:26 +0200 Subject: [PATCH] Use more common term for DEM resolution --- 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 cc6046c..e257f16 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, 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.

', + message: '

The activation zones for HB/HB0 have been calculated using swissALTI3D data from swisstopo (spatial resolution 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',