Changes between Initial Version and Version 1 of Ticket #8509, comment 19
- Timestamp:
- 2017-11-09T21:02:23+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8509, comment 19
initial v1 6 6 > As a work around I propose to do the image overlay that happens when you mark a layer as "Discourage Upload". Its easy enough to override the icon in that case because it is specific to the layer. Or I can change the icon of the data layer till its upload is done (which is what I did in the latest patch. The overlay wasn't very explicit) 7 7 8 This is okay, I guess. An alternative would be to repurpose the on-screen message that is displayed when filters are active (class `OSDLabel`). It would be more visible tha tthe small icon in the layer list.8 This is okay, I guess. An alternative would be to repurpose the on-screen message that is displayed when filters are active (class `OSDLabel`). It would be more visible than the small icon in the layer list. 9 9 10 10 One more minor thing: The use of `ReentrantReadWriteLock` seems unnecessary. As far as I can tell, it can be replaced by a simple boolean field with `synchronized` modifier for the access methods (or `AtomicBoolean`).


