changeset 1512:aaa56ecdb573

Display chainage correctly in Bottlenecks overview.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 05 Dec 2018 15:56:56 +0100
parents 53fdbe1d9678
children cea6ad2be9ee 451c7d3fe6be
files client/src/components/map/contextbox/Bottlenecks.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/contextbox/Bottlenecks.vue	Wed Dec 05 15:51:26 2018 +0100
+++ b/client/src/components/map/contextbox/Bottlenecks.vue	Wed Dec 05 15:56:56 2018 +0100
@@ -60,7 +60,7 @@
           {{
             displayCurrentChainage(
               bottleneck.properties.from,
-              bottleneck.properties.from
+              bottleneck.properties.to
             )
           }}
         </div>