]> git.openstreetmap.org Git - rails.git/commit
Added first attempt at bounding box support in changesets and tests for the same.
authorMatt Amos <zerebubuth@gmail.com>
Tue, 4 Nov 2008 15:52:22 +0000 (15:52 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Tue, 4 Nov 2008 15:52:22 +0000 (15:52 +0000)
commit02fbcf5f06917d7dea546b90932da82b8ed29d2a
tree499026ecb294870c0052f226bceb079e58e4f5e1
parent0ca779e5bd2b53e83331640d21945b9fb06b2c8c
Added first attempt at bounding box support in changesets and tests for the same.
app/models/changeset.rb
app/models/node.rb
app/models/relation.rb
app/models/way.rb
lib/diff_reader.rb
test/functional/changeset_controller_test.rb
test/unit/way_test.rb [new file with mode: 0644]