mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-10 03:47:34 +02:00
c9c40311e7
Extract iD.History from Graph. History is a versioned series of Graphs that knows how to do, undo, and redo. Graph holds entities and an annotation. A parallel array of annotations in history is no longer necessary. Operations no longer need a map object to be threaded through. Fixed #65.