Modify ↓
#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 , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Milestone: | 21.01 → 21.02 |
---|
Note:
See TracTickets
for help on using tickets.
Milestone renamed