Opened 10 years ago
Closed 10 years ago
#2481 closed defect (fixed)
RenderMap with keepSelection = true only shows outlines of selections
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Rendering Service | Version: | 2.6.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When RenderMap is called with keepSelection = true, the selected features are only outlined and not filled.
This is due to r8065 (fixing #852), the fix there is incomplete. When SetRenderMode() is called without an rgba value, it defaults to blue with an alpha of 0, which means the fill will be fully transparent.
To restore previous behaviour, SetRenderMode() without an rgba should default to blue with an alpha of 255. This will trigger the backward compatibility code path.
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r8341) and 2.6 (r8340)