Modify ↓
Opened 7 years ago
Closed 7 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)
Changed 7 years ago by
Attachment: | patch-mapview-separate-tile-source.patch added |
---|
comment:1 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 7 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 Changed 7 years ago by
Summary: | [Patch] Move image processors out of imagery layer. → Move image processors out of imagery layer. |
---|
Changed 7 years ago by
Attachment: | patch-fix-13159.patch added |
---|
comment:4 Changed 7 years ago by
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: