﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20328	[PATCH] Fix Potlatch imagery xml generation	Stereo	stoecker	"The 'potlatch' format currently returns only the Mapillary layer.

In JOSM.py, change:

{{{#!python
features = []
converted = {}
        extent_obj = {}

        for feature in j[""features""]:
}}}

to

{{{#!python
features = []
        extent_obj = {}

        for feature in j[""features""]:
            converted = {}
}}}

In other words, `converted = {}` goes into the `for` loop."	defect	closed	normal	21.02	Trac		fixed		
