[mapguide-trac] #1438: WMS or Raster - Request image with size > 2047 pixel results map with poor image quality

MapGuide Open Source trac_mapguide at osgeo.org
Wed Sep 15 22:03:44 EDT 2010


#1438: WMS or Raster - Request image with size > 2047 pixel results map with  poor
image quality
---------------------------------+------------------------------------------
   Reporter:  liuar              |       Owner:  liuar
       Type:  defect             |      Status:  new  
   Priority:  low                |   Milestone:       
  Component:  Rendering Service  |     Version:  2.1.0
   Severity:  trivial            |    Keywords:       
External_id:  1335217            |  
---------------------------------+------------------------------------------

Comment(by liuar):

 Following code in rendering service results this issue


 {{{
 RasterAdapter::Stylize()
 {
   ...
   while (imgW >= 2048 || imgH >= 2048)
   {
       imgW >>= 1;
       imgH >>= 1;
   }
   ...
 }
 }}}

 After the discussion with Walt, Zac and Bruce, it would be a better idea
 to make the max width and height be configurable via serverconfig.ini.

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


More information about the mapguide-trac mailing list