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

Timeline should emit an event at every point #44

Closed martindholmes closed 3 years ago

martindholmes commented 3 years ago

Whenever a timeline point updates, it should emit a custom event, which any extension code could have a listener for, enabling other things such as animations to be tied to the timeline.

martindholmes commented 3 years ago

Implemented in commits up to #4f9d7a8.

martindholmes commented 3 years ago

Now merged.