﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5593	nodes lacks version tag	arnotixe@…	team	"A fresh osm file created from scratch and not uploaded to OSM has no ""version"" tag on the nodes.

Josm should add ""version='1'"" to the node tag if no version is present, or osmosis will complain bigtime when dealing with the osm file.

a quick but should-be-inncessary workaround:


{{{
cat bad.osm |sed ""s/<node i/<node version='1' i/"" > good.osm
}}}
"	defect	closed	normal		Core		wontfix		
