changeset 1021:957613a71b35

display start/end coordinates next to fairway profile
author Markus Kottlaender <markus@intevation.de>
date Wed, 24 Oct 2018 11:20:30 +0200
parents e89be4af3a9f
children 74229d9f7028 fd7059f7cbdc
files client/src/fairway/Fairwayprofile.vue
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/fairway/Fairwayprofile.vue	Wed Oct 24 10:56:41 2018 +0200
+++ b/client/src/fairway/Fairwayprofile.vue	Wed Oct 24 11:20:30 2018 +0200
@@ -10,6 +10,14 @@
                     {{survey.date_info}}
                 </option>
             </select>
+            <small class="mt-2">
+                <b>Start:</b><br>
+                Lat: {{ startPoint[1] }}<br>
+                Lon: {{ startPoint[0] }}<br>
+                <b>End:</b><br>
+                Lat: {{ endPoint[1] }}<br>
+                Lon: {{ endPoint[0] }}<br>
+            </small>
         </div>
     </div>
 </template>