diff client/src/store/bottlenecks.js @ 3692:3138836bf840

import_soundingresults: bottlenecks grouped by countrycode
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Jun 2019 17:44:28 +0200
parents 7ea54c3b3fd6
children bff6c5c1db4f
line wrap: on
line diff
--- a/client/src/store/bottlenecks.js	Tue Jun 18 17:04:45 2019 +0200
+++ b/client/src/store/bottlenecks.js	Tue Jun 18 17:44:28 2019 +0200
@@ -175,7 +175,12 @@
           featurePrefix: "gemma",
           featureTypes: ["bottlenecks_geoserver"],
           outputFormat: "application/json",
-          propertyNames: ["objnam", "limiting", "reference_water_levels"]
+          propertyNames: [
+            "objnam",
+            "responsible_country",
+            "limiting",
+            "reference_water_levels"
+          ]
         });
         HTTP.post(
           "/internal/wfs",