[Mapguide-trac] [mapguide-trac] #2215: buffer.aspx transparent selected => background displayed

MapGuide Open Source trac_mapguide at osgeo.org
Tue Feb 12 10:18:14 PST 2013


#2215: buffer.aspx transparent selected => background displayed
---------------------------+------------------------------------------------
   Reporter:  remygourrat  |       Owner:        
       Type:  defect       |      Status:  new   
   Priority:  medium       |   Milestone:  2.5   
  Component:  General      |     Version:  2.2.0 
   Severity:  major        |    Keywords:  buffer
External_id:               |  
---------------------------+------------------------------------------------
 hi,

 buffer.aspx invert transparent/background color.

 test with Fill Pattern "Line_45"

 When transparent background = True, buffer area have a background

 When transparent background= false (with a specified color), buffer area
 is transparent

 in BuildLayerDefinitionContent() function of buffer.aspx

 On line 441
 we have this code
 ''(0!=transparent)? "ff" + fbcolor: "00" + fbcolor,''

 it's running better if we put this code :
 ''(0!=transparent)? "00" + fbcolor: "ff" + fbcolor,''

 thanks

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


More information about the mapguide-trac mailing list