Modify ↓
Opened 8 years ago
Closed 8 years ago
#13159 closed enhancement (fixed)
[Patch] Move image processors out of imagery layer.
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.07 |
Component: | Core imagery | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
This is a first step to separating the tile source from the imagery layer.
A class to hold the settings (ImageryFilterSettings
) was created.
The image processors are the same as before, only moved to a new file. Tests for them were added.
Attachments (2)
Change History (7)
by , 8 years ago
Attachment: | patch-mapview-separate-tile-source.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 8 years ago
Summary: | [Patch] Move image processors out of imagery layer. → Move image processors out of imagery layer. |
---|
by , 8 years ago
Attachment: | patch-fix-13159.patch added |
---|
comment:4 by , 8 years ago
Summary: | Move image processors out of imagery layer. → [Patch] Move image processors out of imagery layer. |
---|
Ups, there was a change missing in that commit - I added a patch to fix it.
Note:
See TracTickets
for help on using tickets.
In 10547/josm: