[mapguide-trac] #668: cartographic stylization engine throws error with composite and line/area stylization at same zoom level

MapGuide Open Source trac_mapguide at osgeo.org
Tue Aug 19 16:54:08 EDT 2008


#668: cartographic stylization engine throws error with composite and line/area
stylization at same zoom level
---------------------+------------------------------------------------------
 Reporter:  jmanafi  |         Owner:       
     Type:  defect   |        Status:  new  
 Priority:  high     |     Milestone:       
Component:  General  |       Version:  1.2.0
 Severity:  minor    |    Resolution:       
 Keywords:           |   External_id:       
---------------------+------------------------------------------------------
Comment (by jmanafi):

 As a bit of a workaround, we modified the legendui.templ file to load
 static icons instead of generating them from themes. On about line 172 in
 the BuildIconRequest function, we added statements to check for specific
 instances
 {{{
   var iconRequest;
   if [condition]
     iconRequest = '../myFolder/icons/icon1.gif';
   else if [condition]
     iconRequest = '../myFolder/icons/icon2.gif';
   else
     iconRequest = GetMapFrame().GetWebAgent() + ...
 }}}
 that would bypass the need to generate an image on its own.

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


More information about the mapguide-trac mailing list