mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
ddc5e324f6cfa7fdcc25bfc679b0f25c70ad97b2
iD.Difference represents the difference between two graphs. It knows how to calculate the set of entities that were created, modified, or deleted, and also contains the logic for recursively extending a difference to the complete set of entities that will require a redraw, taking into account child and parent relationships. Additionally, all history mutators now return a difference.
iD - friendly JavaScript editor for OpenStreetMap
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!
- Read NOTES.md, our ongoing dev journal
- Fork this project. We eagerly accept pull requests.
- See open issues in the issue tracker if you're looking for something to do
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
Languages
JavaScript
94.4%
CSS
5.3%
TypeScript
0.2%

