martindholmes / BreezeMap

BreezeMap is a project to create a simple user interface for interactive map and facsimile editing based on TEI XML and OpenLayers 4+.
MIT License
11 stars 3 forks source link

Functionality for dragBox/zoomToBox is broken #30

Closed martindholmes closed 3 years ago

martindholmes commented 3 years ago

Control + mousedrag is supposed to draw a box (which it does) and then show all the features appearing within that box (which it fails to do). The error is a "this is undefined" triggered in hol.VectorLayer.prototype.zoomToBox.

martindholmes commented 3 years ago

Fixed and merged. Closing.