Modify ↓
Opened 8 years ago
Closed 8 years ago
#13303 closed enhancement (fixed)
[Patch] Fixes for hatched texture
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.08 |
Component: | Core mappaint | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Attachments (2)
Change History (5)
by , 8 years ago
Attachment: | patch-mapview-hatched-stay-in-place.patch added |
---|
by , 8 years ago
Attachment: | patch-mapview-hatched-stay-in-place.png added |
---|
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Currently we do not need it.
I want to use the same class for the imagery code to hold the area a tile covers. We may need more methods there - e.g. an isInView() method. They depend on the map view state, so we need to wrap the Bounds
object into a new object.
Note:
See TracTickets
for help on using tickets.
Is the class LatLonRectangle really needed? Why don't you simply return the new Area from getArea() method?