dont set opacity on graphnodes of other spaces
This commit is contained in:
parent
b54c771608
commit
782274f9ce
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ editor = {
|
|||
style.color = '#ffffff';
|
||||
}
|
||||
} else {
|
||||
if (editor._sublevel_control.current_level_id !== feature.properties.level) {
|
||||
if (feature.properties.level !== undefined && editor._sublevel_control.current_level_id !== feature.properties.level) {
|
||||
style.fillOpacity = 0.5;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue