]> git.openstreetmap.org Git - rails.git/commit
When asked for ways which use a node, or relations which use some given
authorTom Hughes <tom@compton.nu>
Sat, 24 Nov 2007 14:47:50 +0000 (14:47 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 24 Nov 2007 14:47:50 +0000 (14:47 +0000)
commitf09b16cade5447158606e37ebd6c9cd86fc8b50b
tree67805a5450c65d139d7c5f1a7aa0d17e5b6ad439
parent300c3b4ed40d80a483ea9e52b1591e2c38ef7209
When asked for ways which use a node, or relations which use some given
object, return 200 OK with an empty document if not matches are found
rather than 400 Bad Request (for ways) or 404 Not Found (for relations).
app/controllers/relation_controller.rb
app/controllers/way_controller.rb