[Mapguide-trac] [mapguide-trac] #2481: RenderMap with keepSelection = true only shows outlines of selections

MapGuide Open Source trac_mapguide at osgeo.org
Wed Aug 20 06:58:16 PDT 2014


#2481: RenderMap with keepSelection = true only shows outlines of selections
---------------------------------+------------------------------------------
   Reporter:  jng                |       Owner:  jng  
       Type:  defect             |      Status:  new  
   Priority:  low                |   Milestone:       
  Component:  Rendering Service  |     Version:  2.6.0
   Severity:  trivial            |    Keywords:       
External_id:                     |  
---------------------------------+------------------------------------------
 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.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2481>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list