changeset 832:d9da1ea14abf

client: fix profile request * Correct date property name in profile request.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 28 Sep 2018 09:45:33 +0200
parents fa417ff1f355
children d135274a4c92
files client/src/map/Maplayer.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/map/Maplayer.vue	Thu Sep 27 23:59:36 2018 +0200
+++ b/client/src/map/Maplayer.vue	Fri Sep 28 09:45:33 2018 +0200
@@ -120,7 +120,7 @@
       const feature = new Feature({
         geometry: profileLine,
         bottleneck: survey.bottleneck_id,
-        dat: survey.date_info
+        date: survey.date_info
       });
       const geoJSON = new GeoJSON({ geometryName: "geometry" }).writeFeature(
         feature