[mapguide-trac] #459: mgserver locks up when using AGG renderer

MapGuide Open Source trac_mapguide at osgeo.org
Wed Dec 23 05:46:16 EST 2009


#459: mgserver locks up when using AGG renderer
---------------------+------------------------------------------------------
 Reporter:  jbirch   |         Owner:  waltweltonlair
     Type:  defect   |        Status:  new           
 Priority:  medium   |     Milestone:                
Component:  General  |       Version:  2.0.0         
 Severity:  major    |    Resolution:                
 Keywords:           |   External_id:                
---------------------+------------------------------------------------------
Changes (by trevorwekel):

  * owner:  trevorwekel => waltweltonlair
  * status:  assigned => new

Comment:

 Hi Walt, I think did an initial investigation into this defect.  Check to
 see if the data source has a Z-value.

 {{{
 LineBuffer* LineBuffer::Clip(RS_Bounds& b, GeomOperationType clipType,
 LineBufferPool* lbp)
 {
     // We don't handle 3D clipping correctly yet
     // TODO: Implement 3D clipping if necessary
     if (hasZ())
         return this;
 }}}

 And I recall that I enabled clipping somewhere else in the stylization
 code base.  There may be a work in progress patch on my old laptop.  Check
 with Bruce.  The code I was working on produced an unexpected clip
 boundary along the edge of the screen so I did not submit it.

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


More information about the mapguide-trac mailing list