gecos-lab / PZero

GNU Affero General Public License v3.0
22 stars 2 forks source link

Opacity 0% when changing geological type #61

Open r-monti14 opened 7 months ago

r-monti14 commented 7 months ago

Opacity 0% when changing geological type. Also when saving the project after changing the geological type the opacity filed results null crashing pzero when reopening the file

r-monti14 commented 7 months ago

Partially solved the problem with https://github.com/andrea-bistacchi/PZero/commit/011ab28fe6318071a86d0dc7dec707a0d62d4770. We check the new_geol_legend df to see if there are any None values for opacity and set them to 100. We should investigate why they are saved as None.

andrea-bistacchi commented 2 weeks ago

See #22