]> git.openstreetmap.org Git - rails.git/commit
Change the gps_points table to store latitude and longitude values to
authorTom Hughes <tom@compton.nu>
Tue, 18 Sep 2007 23:29:47 +0000 (23:29 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 18 Sep 2007 23:29:47 +0000 (23:29 +0000)
commit9afb35449b066fdef6b4af3b63e30e7f4eb4c5cf
tree4caf7c9896ffeca77887e5006e49bca1ed6f2708
parent62dfa5ff456388a9b3b6a23ff7f87eacbb5c9e04
Change the gps_points table to store latitude and longitude values to
seven decimal places to given a worse case precision of about 1cm.
app/models/trace.rb
app/models/tracepoint.rb
db/functions/quadtile.c
db/migrate/005_tile_tracepoints.rb
lib/osm.rb