# HG changeset patch # User Thomas Junk # Date 1563466443 -7200 # Node ID 5d4edf268aec0a7507a92a1f76326a4ea46126b4 # Parent eb11ada33fa79ddb141e9e812ae0ff6e2057d822 if no bottlenck is given the update bottleneck filter should not query the geoserver diff -r eb11ada33fa7 -r 5d4edf268aec client/src/components/map/Map.vue --- a/client/src/components/map/Map.vue Thu Jul 18 17:33:18 2019 +0200 +++ b/client/src/components/map/Map.vue Thu Jul 18 18:14:03 2019 +0200 @@ -145,8 +145,8 @@ }, methods: { updateBottleneckFilter(bottleneck_id, datestr) { + if (!bottleneck_id) return; const exists = bottleneck_id != "does_not_exist"; - if (exists) { this.layers .get("BOTTLENECKISOLINE")