diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 2c7c9b8aa..5133740c5 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -86,7 +86,7 @@ different `loc` coordinate. More generically, `iD.osmEntity#update` returns a new entity of the same type and `id` as the original but with specified properties such as `nodes`, `tags`, or `members` replaced. -![](https://farm9.staticflickr.com/8087/8508309757_ccf5b6f09b_o.png) +![](docs/img/graph-history.png) Entities are related to one another: ways have many nodes and relations have many members. diff --git a/docs/img/graph-difference.png b/docs/img/graph-difference.png new file mode 100644 index 000000000..990aa2c37 Binary files /dev/null and b/docs/img/graph-difference.png differ diff --git a/docs/img/graph-history.png b/docs/img/graph-history.png new file mode 100644 index 000000000..e93ab9239 Binary files /dev/null and b/docs/img/graph-history.png differ