John Firebaugh ff15aa8e7b Rewrite d3.keybinding
A keybinding now represents a set of key commands that can
be unbound as a set. Multiple keybindings are possible, and,
providing a namespace is provided to the constructor, will
not conflict with each other.

Also, key combination strings such as ⌘+A are now supported.
2013-01-22 14:55:08 -05:00
2013-01-20 18:49:49 -05:00
2013-01-22 14:55:08 -05:00
2012-10-24 19:51:44 +02:00
2013-01-22 14:55:08 -05:00
2012-12-04 14:09:45 -05:00
2012-12-29 09:18:05 -08:00
2012-12-30 14:03:45 -08:00
2013-01-18 14:44:29 -08:00
2012-12-12 16:05:02 -05:00
2013-01-17 15:57:51 -08:00
2013-01-22 11:19:09 -05:00
2012-12-14 11:30:13 -05:00
2012-12-04 18:34:09 -05:00
2012-11-16 12:06:03 -05:00

iD - friendly JavaScript editor for OpenStreetMap

Build Status

Try the online demo of the most recent code. and open issues for bugs and ideas!

Basics

  • iD is a JavaScript OpenStreetMap editor.
  • It's intentionally simple. It lets you do the most basic tasks while not breaking other people's data.
  • We support modern browsers. Data is rendered with d3.

Participate!

To run the code locally, just fork this project and run it from a local webserver. With a Mac, you can enable Web Sharing and drop this in your website directory.

If you have Python handy, just cd into iD and run

 python -m SimpleHTTPServer

Come on in, the water's lovely. More help? Ping RichardF, tmcw, or jfire on IRC (irc.oftc.net, in #osm-dev or #osm), on the OSM mailing lists or at richard@systemeD.net.

License

iD is available under the WTFPL, though obviously, if you want to dual-license any contributions that's cool. It includes d3js, which BSD-licensed.

Description
No description provided
Readme 253 MiB
Languages
JavaScript 94.4%
CSS 5.3%
TypeScript 0.2%