ucsd-vision / InvasivePlantSpecies

0 stars 0 forks source link

Deleting Bounding box twice can cause issues #20

Closed archerD closed 7 years ago

archerD commented 7 years ago

If a bounding box is deleted, then another bounding box is added, when the second bounding box is deleted, the box will be removed from the panorama, but the area below where it was will still show the bounding box.

r2d2bol commented 7 years ago

It might be as simple as setting selectedBBIndex=boundingBox[i].index instead of i, see findBoundingBox function in editPanorama.html

archerD commented 7 years ago

should be fixed