romi / plant-3d-explorer

Browser application to visualize 3D scanned plants
https://romi.github.io/plant-3d-explorer/
GNU Affero General Public License v3.0
7 stars 6 forks source link

Wrong behavior of the main menu for Phyllotaxis/automated measurement #160

Open fabfabBesnard opened 2 years ago

fabfabBesnard commented 2 years ago

Problem In the main menu page, the column data does not indicate the presence of automated measurement (colored as blue, selectable when the filter is activated) even if no such data is present in the dataset

Reproducing the issue Db: 3dexplorer_TestDatabase dataset: Real_Tomato_SL-BC-2-Scan1_geom-pcd-v010

expected behavior the color of the "automated" rectangle should turn grey if no manual measurement is present

EvanZarrella commented 2 years ago

The issue comes from plantdb as the JSON response indicate :

...
hasManualMeasures: true,
...

Unless another side effect is reported, as soon as https://github.com/romi/plantdb/pull/71 is merged the issue will be fixed.