nens / threedi-schematisation-editor

QGIS tool for editing schematisations
0 stars 0 forks source link

Load multiple schematisations in the same QGIS project #186

Open leendertvanwolfswinkel opened 9 months ago

leendertvanwolfswinkel commented 9 months ago

Users want to load multiple schematisations in the same qgis project. The reason users want this is to compare schematisations. Not to edit multiple simulations at the same time.

I can imagine it complicates some things, that would be easier if only one is "active" or "editable" or something, and the others are read-only

Comment by @ldebek: Probably I would need to implement some kind of contex manager to handle switching between multiple schematisations. Shouldn't be super complicated as all layers are wrapped with LayerManager class instance while loading, but it will take a bit to cover all corner cases, to avoid breaking things. In terms of estimates my :crystal_ball: says ~ 2 days