lavavu / LavaVu

Lightweight, Automatable Visualisation & Analysis Viewing Utility
Other
53 stars 12 forks source link

Bugs when loading database vis combined with dynamically created #23

Closed OKaluza closed 6 years ago

OKaluza commented 7 years ago

Due to id clashes in colourmaps and objects

Can be solved by clearing existing object and colourmap lists before gldb load, then re-appending to end of list, but will need to use std::map for colourmaps and access by name not id

OKaluza commented 6 years ago

This is causing problems, needs to be fixed for next release: use case:

OKaluza commented 6 years ago

Bug is in json state load - imported objects/colourmaps are matched by index not name