]> git.openstreetmap.org Git - rails.git/commit
An initial (incomplete) "proof of concept" integration of an OpenStreetBugs interface...
authorKai Krueger <kakrueger@gmail.com>
Sun, 28 Feb 2010 09:30:40 +0000 (09:30 +0000)
committerKai Krueger <kakrueger@gmail.com>
Sun, 28 Feb 2010 09:30:40 +0000 (09:30 +0000)
commit42822a8b89443d5fa6ec815d82684698d2d80b07
tree372d79339c00a428a53fae632cd7cf1e3d276e8d
parentbcf8574dde38ab0473713dbea24ec49016a63853
An initial (incomplete) "proof of concept" integration of an OpenStreetBugs interface into the rails port

This is a (start of a) reimplementation of the api at http://github.com/emka/openstreetbugs/tree/master/api/0.1/
into rails

The client side code is taken from http://wiki.openstreetmap.org/wiki/OpenStreetBugs/New_Client

This is ment as a mockup to perhaps use as a basis to further discuss how best to integrate a map bug reporting system

It currently uses (more or less) the openstreetbugs api specification. But this api feels rather inconsistent with the
rest of the rails_port api, so depending on discussions might still need some significant changes.
app/controllers/map_bugs_controller.rb [new file with mode: 0644]
app/models/map_bug.rb [new file with mode: 0644]
app/views/site/index.html.erb
config/routes.rb
db/migrate/050_add_map_bug_tables.rb [new file with mode: 0644]
public/images/closed_bug_marker.png [new file with mode: 0644]
public/images/open_bug_marker.png [new file with mode: 0644]
public/javascripts/openstreetbugs.js [new file with mode: 0644]
public/stylesheets/openstreetbugs.css [new file with mode: 0644]