Various small fixes
This commit is contained in:
parent
2bfeb67a3a
commit
bd43e2537f
8 changed files with 32 additions and 18 deletions
|
@ -236,9 +236,8 @@ export class FilteredLayer {
|
|||
const style = self._style(feature.properties);
|
||||
if (State.state.selectedElement.data?.feature === feature) {
|
||||
if (style.weight !== undefined) {
|
||||
style.weight = style.weight * 2;
|
||||
style.weight = style.weight * 1.8;
|
||||
}else{
|
||||
style.weight = 20;
|
||||
}
|
||||
}
|
||||
return style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue