[mapguide-trac] #1679: Extent not changing in RasterConfigurationDocument

MapGuide Open Source trac_mapguide at osgeo.org
Wed May 11 03:49:01 EDT 2011


#1679: Extent not changing in RasterConfigurationDocument
-----------------------+----------------------------------------------------
   Reporter:  gBecker  |       Owner:  jng        
       Type:  defect   |      Status:  new        
   Priority:  medium   |   Milestone:  Maestro-3.0
  Component:  Maestro  |     Version:  2.2.0      
   Severity:  major    |    Keywords:             
External_id:           |  
-----------------------+----------------------------------------------------

Comment(by gBecker):

 I've tested rr5770 but unfortunately the extent didn't change.

 But I've recognised that in this version the extent of the selected
 rasterimages are not correct anymore and maybe because of that the
 creation of the combined extent fails.

 The coordinates of a single rasterimages in r5770 is for example:

   <Image frame="1" name="fnp_1000.tif">
     <Bounds>
       <MinX>3,46200000000034E+16</MinX>
       <MinY>5,54399999999966E+15</MinY>
       <MaxX>3,46300000000034E+16</MaxX>
       <MaxY>5,54499999999966E+15</MaxY>
     </Bounds>
   </Image>

 but it has to be like this (Maestro 2.1.4):

   <Image frame="1" name="fnp_1000.tif">
     <Bounds>
       <MinX>3462000.00000034</MinX>
       <MinY>5543999.99999966</MinY>
       <MaxX>3463000.00000034</MaxX>
       <MaxY>5544999.99999966</MaxY>
     </Bounds>
   </Image>

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


More information about the mapguide-trac mailing list