[Mapguide-trac] [mapguide-trac] #2220: MaestroAPI: missing assignment of group parameter

MapGuide Open Source trac_mapguide at osgeo.org
Fri Feb 22 05:39:20 PST 2013


#2220: MaestroAPI: missing assignment of group parameter
-----------------------+----------------------------------------------------
   Reporter:  gBecker  |       Owner:  jng        
       Type:  defect   |      Status:  new        
   Priority:  low      |   Milestone:  Maestro-5.0
  Component:  Maestro  |     Version:  2.4.0      
   Severity:  trivial  |    Keywords:             
External_id:           |  
-----------------------+----------------------------------------------------
 In RuntimeMapGroup constructor


 {{{
 RuntimeMapGroup(RuntimeMap map, IMapLayerGroup group)
 }}}

 the assignment of the group property is missing.

 Adding


 {{{
 this.Group = group.Group;
 }}}

 on line 71 solves this issue

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


More information about the mapguide-trac mailing list