]> git.openstreetmap.org Git - rails.git/commit
Fixing the resync that I had done wrong at the end of last week on the nodes. All...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 7 Jul 2008 14:20:27 +0000 (14:20 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 7 Jul 2008 14:20:27 +0000 (14:20 +0000)
commit64a5e21f53be132cd5fe3265230c6cdc00ccabaa
tree8a0a6b558b99c1d8415498e570edc494c659d5f1
parent36203ebe261d38bab5a17ac866c6ed384d70e978
Fixing the resync that I had done wrong at the end of last week on the nodes. All unit tests now do work. More assertions added. Using a scaling factor as a constant, so that the nodes are stored in the db correctly. Using the same scaling factor in the georecord library, to make code more readable, and reduce errors. Removing duplicate code that is in the GeoRecord include library.
app/models/node.rb
app/models/old_node.rb
lib/geo_record.rb
test/fixtures/current_nodes.yml
test/fixtures/nodes.yml
test/unit/node_test.rb