Opened 11 years ago
Closed 10 years ago
#2399 closed enhancement (fixed)
Provide RenderMap overload with SELECTIONCOLOR parameter
Reported by: | amorsell | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 3.0 |
Component: | Rendering Service | Version: | 2.5.0 |
Severity: | trivial | Keywords: | RenderMap selection |
Cc: | External ID: |
Description
Replicate the version of RenderMap that has the most parameters and provide copy of that overload that also takes a selection color.
All current overloads of RenderMap funnel into an internal RenderMapInternal method that does the actual rendering, but none of the overloads of RenderMap pass a selection color into the MgRenderingOptions used by RenderMapInternal, so it defaults to blue.
Note:
See TracTickets
for help on using tickets.
Fixed with MapGuide RFC 148 (r8436)