# HG changeset patch # User Sascha Wilde # Date 1538164821 -7200 # Node ID f868570da4187ce7f4f7d2294eddc638a2020576 # Parent 2079fabbe6dd1c27216e62a72cba3cd92345cf79 Make lint happy diff -r 2079fabbe6dd -r f868570da418 client/src/map/Maplayer.vue --- a/client/src/map/Maplayer.vue Fri Sep 28 21:39:01 2018 +0200 +++ b/client/src/map/Maplayer.vue Fri Sep 28 22:00:21 2018 +0200 @@ -286,7 +286,14 @@ console.log("updating filter with", bottleneck_id, datestr); var wmsSrc = this.getLayerByName("Bottleneck isolines").data.getSource(); // TODOISO check if this works - wmsSrc.updateParams({ cql_filter: "date_info='" + datestr + "' AND bottleneck_id='" + bottleneck_id + "'" }); + wmsSrc.updateParams({ + cql_filter: + "date_info='" + + datestr + + "' AND bottleneck_id='" + + bottleneck_id + + "'" + }); } }, watch: { diff -r 2079fabbe6dd -r f868570da418 client/src/map/store.js --- a/client/src/map/store.js Fri Sep 28 21:39:01 2018 +0200 +++ b/client/src/map/store.js Fri Sep 28 22:00:21 2018 +0200 @@ -53,7 +53,7 @@ }).then(response => { tile.getImage().src = URL.createObjectURL(response.data); }); - } // TODO tile.setState(TileState.ERROR); + } // TODO tile.setState(TileState.ERROR); }) }), isVisible: true