Modify ↓
#19137 closed defect (fixed)
geojson version of imagery has duplicate ids for mirrors
Reported by: | SimonPoole | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Trac | Version: | |
Keywords: | Cc: |
Description
If an entry has more than one mirror the ids do not get generated properly, example
PRAHAIPRLATESTORTHOPHOTO_MIRROR1
is created twice for the two mirrors this source has (likely simply a counter not being incremented or similar).
Naturally medium term it would make sense to map these entries directly to JSON, but for now it would be good to produce correct output.
Attachments (0)
Change History (2)
comment:1 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Component: | unspecified → Trac |
---|
Note:
See TracTickets
for help on using tickets.
Fixed. "++mirror" doesn't work in python, but also does not issue a warning. Must be "mirror+=1"