﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10115	Coordinates near zero meridian are saved in scientific notation	oleg-secondary@…	team	"When you save data into file, coordinates near zero meridian are stored in scientific (exponential) notation

'''input.osm'''
{{{
...
<node id=""575890719"" lat=""41.0904062"" lon=""-0.0006548"" version=""1"" timestamp=""2009-11-30T12:24:13Z"" changeset=""3255021"" uid=""20587"" user=""balrog-kun""/>
...
}}}
1) Run JOSM
2) Open ""input.osm""
3) Save as ""output.osm""

'''output.osm'''

{{{
...
<node id='575890719' timestamp='2009-11-30T12:24:13Z' uid='20587' user='balrog-kun' visible='true' version='1' changeset='3255021' lat='41.0904062' lon='-6.548E-4' />
...
}}}

"	defect	closed	normal	14.06	Core		fixed		
