You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
josephbirkner opened this issue
Jan 19, 2024
· 0 comments
· Fixed by #91
Assignees
Labels
ModelThis issue concerns the erdblick frontend model.StylingTouches erdblick WASM style sheet processing.UIThis issue concerns the HTML parts of the frontend.
Currently, highlighting is done via Cesium's native feature color re-assignment. However, this will not be possible for arrows/dashed lines. Furthermore, we want to support rules which display information only when the feature is selected. For this use-case, we introduce the mode: hover|highlight field, and the selectable: true|false field. Note: A visualization generated with the highlight condition will never be selectable itself.
The text was updated successfully, but these errors were encountered:
josephbirkner
added
Model
This issue concerns the erdblick frontend model.
UI
This issue concerns the HTML parts of the frontend.
labels
Jan 19, 2024
ModelThis issue concerns the erdblick frontend model.StylingTouches erdblick WASM style sheet processing.UIThis issue concerns the HTML parts of the frontend.
Currently, highlighting is done via Cesium's native feature color re-assignment. However, this will not be possible for arrows/dashed lines. Furthermore, we want to support rules which display information only when the feature is selected. For this use-case, we introduce the
mode: hover|highlight
field, and theselectable: true|false
field. Note: A visualization generated with the highlight condition will never be selectable itself.The text was updated successfully, but these errors were encountered: