mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Update notes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user