[openstreetmap-website] Add iD editor (#225)
John Firebaugh
notifications at github.com
Tue Apr 16 18:19:51 UTC 2013
We're feeling pretty good about the state of iD with the beta1 release, and since then have done some work to make it embed nicely in the Rails port. It's at a state where wider community adoption and feedback would be welcome, so we'd like to kick off the process of making it available on osm.org.
The outstanding technical questions. @tomhughes, interested in your thoughts.
* What's the best way to handle version updates? Would you like us to check in build *.js files to the iD repository so that they can be pulled in with vendorer?
* iD does not support IE <9. P2 will need to be the fallback, and perhaps we should simply not offer iD at all to those browsers.
You can merge this Pull Request by running:
git pull https://github.com/osmlab/openstreetmap-website id-editor-embed
Or you can view, comment on it, or merge it online at:
https://github.com/openstreetmap/openstreetmap-website/pull/225
-- Commit Summary --
* Initial push towards editing OSM with iD in the rails port.
* Remove image sources and unused images
* Remove iD css from main site
* Fix oauth parameter name
* Remove unused
* Update iD sources
-- File Changes --
M app/assets/stylesheets/common.css.scss (8)
A app/views/site/_id.html.erb (34)
M config/example.application.yml (2)
M config/locales/en.yml (4)
M lib/editors.rb (4)
A public/id/css/app.css (2473)
A public/id/css/feature-icons.css (591)
A public/id/css/map.css (1053)
A public/id/css/reset.css (163)
A public/id/iD.js (68453)
A public/id/img/background-pattern-1.png (0)
A public/id/img/background-pattern-opacity.png (0)
A public/id/img/bing_maps.png (0)
A public/id/img/cursor-draw-connect-line.png (0)
A public/id/img/cursor-draw-connect-line2x.png (0)
A public/id/img/cursor-draw-connect-vertex.png (0)
A public/id/img/cursor-draw-connect-vertex2x.png (0)
A public/id/img/cursor-draw.png (0)
A public/id/img/cursor-draw2x.png (0)
A public/id/img/cursor-grab.png (0)
A public/id/img/cursor-grab2x.png (0)
A public/id/img/cursor-grabbing.png (0)
A public/id/img/cursor-grabbing2x.png (0)
A public/id/img/cursor-pointer.png (0)
A public/id/img/cursor-pointer2x.png (0)
A public/id/img/cursor-pointing.png (0)
A public/id/img/cursor-pointing2x.png (0)
A public/id/img/cursor-select-acting.png (0)
A public/id/img/cursor-select-acting2x.png (0)
A public/id/img/cursor-select-add.png (0)
A public/id/img/cursor-select-add2x.png (0)
A public/id/img/cursor-select-area.png (0)
A public/id/img/cursor-select-area2x.png (0)
A public/id/img/cursor-select-line.png (0)
A public/id/img/cursor-select-line2x.png (0)
A public/id/img/cursor-select-point.png (0)
A public/id/img/cursor-select-point2x.png (0)
A public/id/img/cursor-select-remove.png (0)
A public/id/img/cursor-select-remove2x.png (0)
A public/id/img/cursor-select-split.png (0)
A public/id/img/cursor-select-split2x.png (0)
A public/id/img/cursor-select-vertex.png (0)
A public/id/img/cursor-select-vertex2x.png (0)
A public/id/img/cursor-select-way2x.png (0)
A public/id/img/feature-icons.png (0)
A public/id/img/loader-black.gif (0)
A public/id/img/loader-white.gif (0)
A public/id/img/loader_bg.gif (0)
A public/id/img/logo.png (0)
A public/id/img/mini-loader.gif (0)
A public/id/img/pattern/cemetery.png (0)
A public/id/img/pattern/construction.png (0)
A public/id/img/pattern/dots.png (0)
A public/id/img/pattern/farmland.png (0)
A public/id/img/pattern/orchard.png (0)
A public/id/img/pattern/vineyard.png (0)
A public/id/img/pattern/wetland.png (0)
A public/id/img/sprite.png (0)
A public/id/img/sprite.svg (2242)
A public/id/img/sprite2x.png (0)
A public/id/index.html (40)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/225.patch
https://github.com/openstreetmap/openstreetmap-website/pull/225.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20130416/e21e9126/attachment.html>
More information about the rails-dev
mailing list