]> git.openstreetmap.org Git - rails.git/commit
Format latitudes and longitudes as %7f in XML output
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 30 Mar 2017 13:30:54 +0000 (14:30 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 30 Mar 2017 13:30:54 +0000 (14:30 +0100)
commit4fb775d6d516857066e0d3cc86877ead3f6cae08
tree7900c6e33822371f974fb917f44e9491647daeb8
parent503610e603a37f4427ef0a33a6056dea6d9d2310
Format latitudes and longitudes as %7f in XML output

This matches the double formatting in XML from cgimap. Fixes #341.
app/models/node.rb
test/models/node_test.rb