Update notes

This commit is contained in:
Tom MacWright
2012-11-02 14:38:25 -04:00
parent 8ba279f659
commit 48c740eb43
+6
View File
@@ -20,6 +20,8 @@ In English:
The background for this is in [#50](https://github.com/systemed/iD/issues/50).
Also see [this spec by jfirebaugh](https://gist.github.com/3994398)
The idea is that we keep every _changed_ of an object around, but reuse
unchanged objects between versions.
@@ -64,6 +66,10 @@ Approaches:
Many things will be stored by iD. With the graph structure in place, we'll
be storing much more.
We also need to worry about **memory leaks**, which have been a big problem
in Potlatch 2. Storing OSM data and versions leads to a lot of object-referencing
in Javascript.
## Connection, Graph, Map
The Map is a display and manipulation element. It should have minimal particulars