Modify ↓
Opened 7 years ago
Closed 7 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)
Changed 7 years ago by
Attachment: | patch-mapview-hatched-stay-in-place.patch added |
---|
Changed 7 years ago by
Attachment: | patch-mapview-hatched-stay-in-place.png added |
---|
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
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?