Changes between Initial Version and Version 1 of Ticket #13222, comment 3
- Timestamp:
- 2016-07-28T09:18:34+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13222, comment 3
initial v1 1 1 I know. I also added some sonar warnings ;-) 2 2 3 I am currently attempting to pull out the TileSet stuffso that that class can be refactored to a static class and then extracted. I want to move the painter to a new class as well. After that, `AbstractTileSourceLayer` won't contain any paint code and thus be small again ;-).3 I am currently attempting to separate the TileSet (coordinate conversion, range, ...) stuff and separate it from the tile loading so that that class can be refactored to a static class and then extracted. I want to move the painter to a new class as well. After that, `AbstractTileSourceLayer` won't contain any paint code and thus be small again ;-).


