ODIN icon indicating copy to clipboard operation
ODIN copied to clipboard

Property View - Dynamically determine relevant properties per feature

Open dehmer opened this issue 5 years ago • 0 comments

Currently properties are grouped by "feature class". Each class has the same set of properties. This approach is pretty inflexible. I.e. not every area has altitude properties. Also, later we might want to support editing properties of multiple selected feature. For this we want to show only those properties which are common to all selected features.

The idea would be to assign allowed properties (text modifier) to each feature individually. This model-driven approach could be realized by extending existing feature descriptors.

dehmer avatar Dec 07 '20 09:12 dehmer