X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ab3df6fc56a2a16c6af65ac429505d682153a60d..396f2e28dd27d514f7882c3918103b12764038de:/app/views/notes/_note.json.jsonify diff --git a/app/views/notes/_note.json.jsonify b/app/views/notes/_note.json.jsonify index 5e3ac518e..b96439922 100644 --- a/app/views/notes/_note.json.jsonify +++ b/app/views/notes/_note.json.jsonify @@ -2,7 +2,7 @@ json.type "Feature" json.geometry do json.type "Point" - json.coordinates [ note.lon, note.lat ] + json.coordinates [ note.lon.to_f, note.lat.to_f ] end json.properties do