[mapguide-trac] #291: Symbolization: Fix various problems in the stylization code

MapGuide Open Source trac_mapguide at osgeo.org
Thu Oct 25 10:26:09 EDT 2007


#291: Symbolization: Fix various problems in the stylization code
----------------------------+-----------------------------------------------
 Reporter:  waltweltonlair  |         Owner:  waltweltonlair
     Type:  defect          |        Status:  assigned      
 Priority:  high            |     Milestone:  2.0           
Component:  Server          |       Version:                
 Severity:  major           |    Resolution:                
 Keywords:                  |   External_id:                
----------------------------+-----------------------------------------------
Comment (by waltweltonlair):

 LineBuffer::Reset was not properly resetting the bounds in the case of
 m_bProcessZ=true.  Also cleaned up some usage of DBL_MAX:

 old:  m_maxz = (-1) * DBL_MAX;

 new:  m_maxz = -DBL_MAX;

 http://trac.osgeo.org/mapguide/changeset/2318

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/291#comment:4>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list