VisionSystemsInc / voxel_globe

calibrates aerial camera models and constructs 3D models from video sequences
MIT License
4 stars 4 forks source link

Tie point creator does not function correctly with multiple images #35

Closed andyneff closed 8 years ago

andyneff commented 8 years ago

Issue by andyneff Thursday Feb 04, 2016 at 14:36 GMT Originally opened as https://github.com/ngageoint/voxel-globe/issues/35


When assigning tie points to a control point, if Images Per page > 1, a ton of bugs start occurring, including but not limited to

Many errors show up on the console, including

TypeError: this.editorState[cp.id] is undefined imageView.js:393:3
TypeError: feature.controlPoint is undefined  imageView.js:130:0
TypeError: controlPoint is null mapView.js:401:7

I think this was introduced back in October 2015 when the API changed, and the tiepoint editor was patched to fix the changes, however multiple images per pages was not tested enough.

Everything seems to function well with one page per image.

andyneff commented 8 years ago

Fix merged in with #36