Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#20328 closed defect (fixed)

[PATCH] Fix Potlatch imagery xml generation

Reported by: Stereo Owned by: stoecker
Priority: normal Milestone: 21.02
Component: Trac Version:
Keywords: Cc:

Description

The 'potlatch' format currently returns only the Mapillary layer.

In JOSM.py, change:

features = []
converted = {}
        extent_obj = {}

        for feature in j["features"]:

to

features = []
        extent_obj = {}

        for feature in j["features"]:
            converted = {}

In other words, converted = {} goes into the for loop.

Attachments (0)

Change History (2)

comment:1 by stoecker, 5 years ago

Resolution: fixed
Status: newclosed

comment:2 by stoecker, 5 years ago

Milestone: 21.0121.02

Milestone renamed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain stoecker.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.