Closed archerD closed 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.
It might be as simple as setting selectedBBIndex=boundingBox[i].index instead of i, see findBoundingBox function in editPanorama.html
should be fixed
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.