How do I hide elements without connections?
@settings {
ignore-orphans: true;
}Dynamic hiding of orphans
@controls {
top {
filter {
target: :orphan;
as: label;
option {
selector: *;
default: true;
label: "Hide elements without connections";
}
}
}
}PreviousHow do I get rid of duplicates?NextHow do I hide images from the map but keep them in the profile?
Last updated
Was this helpful?