From 16bf17dce4c7efedda0c78ad7c750d5c1c2e7de8 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Fri, 16 Nov 2012 12:08:22 -0500 Subject: [PATCH] Add screenshot and link to live demo --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc41b4e7a..2fee866ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # iD - friendly JavaScript editor for OpenStreetMap +![](https://raw.github.com/systemed/iD/master/screenshot.jpg) + +[Try the online demo of the most recent code.](http://geowiki.com/iD/) + ## Basics * iD is a JavaScript-based [OpenStreetMap](http://www.openstreetmap.org/) editor. @@ -7,10 +11,13 @@ not even a 70% editor. It should let you do the most basic tasks while not breaking other people's data. Nothing more. (Same goes for the code, so go easy on the abstraction. :) ) +* We're aiming to support modern desktop browsers and mobile browsers. The map + rendering uses [SVG](http://en.wikipedia.org/wiki/Scalable_Vector_Graphics) via + [d3](http://d3js.org/). ## Architecture -* iD uses [d3js](http://d3js.org/) for graphics & managing databindings to the +* iD uses [d3](http://d3js.org/) for graphics & managing databindings to the map. There's a tiny tiled-map core, but the majority of the action is in dynamic rendering of the editable map data. * This project aims to create a usable object model of [OpenStreetMap data](http://wiki.openstreetmap.org/wiki/Tags)