Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Move styling data onto session( with layers) instead of dataset #439

Open matthewma7 opened 7 years ago

matthewma7 commented 7 years ago

Minerva currently store styling data onto the dataset model, however, this makes that each dataset can only persist one set of styling. The styling could be persisted with Minerva session model, which enables different persistent styling for the same dataset.