comparison client/src/components/layers/LegendElement.vue @ 2506:89c439721db2 critical-bottlenecks

client: new symbold for critical bottlenecks, normal bottlenecks are not marked anymore
author Markus Kottlaender <markus@intevation.de>
date Tue, 05 Mar 2019 08:41:02 +0100
parents 0ded4c56978e
children a3017800e045
comparison
equal deleted inserted replaced
2503:51dbcbf11c5f 2506:89c439721db2
93 if (this.mapLayer.forLegendStyle.point) { 93 if (this.mapLayer.forLegendStyle.point) {
94 feature.setGeometry(new Point([0, 0])); 94 feature.setGeometry(new Point([0, 0]));
95 } 95 }
96 mapStyle = this.mapLayer.data.getStyleFunction()( 96 mapStyle = this.mapLayer.data.getStyleFunction()(
97 feature, 97 feature,
98 this.mapLayer.forLegendStyle.resolution 98 this.mapLayer.forLegendStyle.resolution,
99 true
99 ); 100 );
100 } 101 }
101 102
102 // we could add extra properties here, if they are needed for 103 // we could add extra properties here, if they are needed for
103 // the styling function in the future. An idea is to extend the 104 // the styling function in the future. An idea is to extend the