changeset 5577:973c71c07bb2 surveysperbottleneckid

Added bottleneck_id to queried properties for bottlenecks in store.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 08 Feb 2022 16:06:48 +0100
parents 2b862190aee4
children 1d847bc21bb7
files client/src/store/bottlenecks.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/bottlenecks.js	Tue Feb 08 10:20:26 2022 +0100
+++ b/client/src/store/bottlenecks.js	Tue Feb 08 16:06:48 2022 +0100
@@ -184,6 +184,7 @@
           featureTypes: ["bottlenecks_geoserver"],
           outputFormat: "application/json",
           propertyNames: [
+            "bottleneck_id",
             "objnam",
             "responsible_country",
             "limiting",