Skip to content

Commit

Permalink
Add screenshot and link to live demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 16, 2012
1 parent 8a14472 commit 16bf17d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
@@ -1,16 +1,23 @@
# 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.
* It's intentionally simple. This is not a 90% editor -
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)
Expand Down

0 comments on commit 16bf17d

Please sign in to comment.