]> git.openstreetmap.org Git - rails.git/commit
Rework coordinates to avoid scientific formatting of small numbers. Fixes #1509
authorAndy Allan <git@gravitystorm.co.uk>
Fri, 23 Jun 2017 13:03:57 +0000 (14:03 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Fri, 23 Jun 2017 13:03:57 +0000 (14:03 +0100)
commit396f2e28dd27d514f7882c3918103b12764038de
treedffd6497209dfbbab866508d81959133a2d2fed0
parentab3df6fc56a2a16c6af65ac429505d682153a60d
Rework coordinates to avoid scientific formatting of small numbers. Fixes #1509
12 files changed:
app/models/node.rb
app/views/notes/_note.json.jsonify
lib/bounding_box.rb
lib/geo_record.rb
lib/potlatch.rb
test/controllers/api_controller_test.rb
test/controllers/changeset_controller_test.rb
test/controllers/relation_controller_test.rb
test/lib/bounding_box_test.rb
test/models/note_test.rb
test/models/old_node_test.rb
test/models/tracepoint_test.rb