4 json.lat format("%.7f", node.lat.to_f)
5 json.lon format("%.7f", node.lon.to_f)
7 json.timestamp node.timestamp.xmlschema
8 json.version node.version
9 json.changeset node.changeset_id
10 json.user node.changeset.user.display_name
11 json.uid node.changeset.user_id
13 json.visible node.visible unless node.visible
15 json.tags node.tags unless node.tags.empty?