﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8100	GeoJSON output not readable by TileMill	brauliobezerra	team	"JOSM's GeoJSON output (Save as -> Choose GeoJSON) can't be read by TileMill when there is one or more ways with no tags on the layer (components of multiplygons, for example). The reason is because it doesn't include the ""properties"" field on these objects. It generates

{{{
{""type"": ""Feature"",
    ""geometry"": ...
}}}

instead of:

{{{
{""type"": ""Feature"",
    ""properties"": {},
    ""geometry"": ...
}}}

which TileMill can read."	defect	closed	critical		Core	tested	fixed		
