comparison 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
comparison
equal deleted inserted replaced
3691:afc8ac7001ee 3692:3138836bf840
173 srsName: "EPSG:4326", 173 srsName: "EPSG:4326",
174 featureNS: "gemma", 174 featureNS: "gemma",
175 featurePrefix: "gemma", 175 featurePrefix: "gemma",
176 featureTypes: ["bottlenecks_geoserver"], 176 featureTypes: ["bottlenecks_geoserver"],
177 outputFormat: "application/json", 177 outputFormat: "application/json",
178 propertyNames: ["objnam", "limiting", "reference_water_levels"] 178 propertyNames: [
179 "objnam",
180 "responsible_country",
181 "limiting",
182 "reference_water_levels"
183 ]
179 }); 184 });
180 HTTP.post( 185 HTTP.post(
181 "/internal/wfs", 186 "/internal/wfs",
182 new XMLSerializer().serializeToString( 187 new XMLSerializer().serializeToString(
183 bottleneckFeatureCollectionRequest 188 bottleneckFeatureCollectionRequest