[mapguide-trac] #1921: Maestro - Save Map

MapGuide Open Source trac_mapguide at osgeo.org
Thu Jan 19 11:37:15 EST 2012


#1921: Maestro - Save Map
----------------------------+-----------------------------------------------
   Reporter:  crispinatime  |       Owner:  jng        
       Type:  defect        |      Status:  new        
   Priority:  high          |   Milestone:  Maestro-4.1
  Component:  Maestro       |     Version:             
   Severity:  blocker       |    Keywords:             
External_id:                |  
----------------------------+-----------------------------------------------

Comment(by crispinatime):

 The LayerDefinition (ObjectModels\LayerInterfaceExtensions.cs) makes the
 same call but catches the throw at line 238


 {{{
                         catch
                         {
                             //Which in that case, default to extents of
 active spatial context
                             if (activeSc != null && activeSc.Extent !=
 null)
                                 return activeSc.Extent.Clone();
                             else
                                 return null;
                         }

 }}}

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


More information about the mapguide-trac mailing list