diff client/src/store/bottlenecks.js @ 2435:3679d604645e

client: renamed store action There will be a second action to load bottlenecks with all properties like for the map. So I renamed the old action to loadBottleneckList. The new one will then be named loadBottlenecks... or loadBottlenecksFull or sth.
author Markus Kottlaender <markus@intevation.de>
date Fri, 01 Mar 2019 08:28:00 +0100
parents 242c170e00ce
children 64ff5984351e
line wrap: on
line diff
--- a/client/src/store/bottlenecks.js	Fri Mar 01 08:18:29 2019 +0100
+++ b/client/src/store/bottlenecks.js	Fri Mar 01 08:28:00 2019 +0100
@@ -102,7 +102,7 @@
         }
       });
     },
-    loadBottlenecks({ commit }) {
+    loadBottlenecksList({ commit }) {
       return new Promise((resolve, reject) => {
         var bottleneckFeatureCollectionRequest = new WFS().writeGetFeature({
           srsName: "EPSG:4326",