/[thuban]/trunk/thuban/Extensions/umn_mapserver/mapfile.py
ViewVC logotype

Diff of /trunk/thuban/Extensions/umn_mapserver/mapfile.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2339 by jschuengel, Mon Aug 9 11:38:47 2004 UTC revision 2340 by jschuengel, Fri Sep 3 17:00:10 2004 UTC
# Line 479  class MF_Class: Line 479  class MF_Class:
479              new_styleobj.set_color(tb_style.GetFill())              new_styleobj.set_color(tb_style.GetFill())
480          else:          else:
481              new_styleobj.set_size(tb_style.GetLineWidth())              new_styleobj.set_size(tb_style.GetLineWidth())
482              new_styleobj.set_linecolor(tb_style.GetLineColor())              if tb_style.GetLineColor() != Transparent:
483                    new_styleobj.set_linecolor(tb_style.GetLineColor())
484              new_styleobj.set_color(tb_style.GetFill())              new_styleobj.set_color(tb_style.GetFill())
485    
486    

Legend:
Removed from v.2339  
changed lines
  Added in v.2340

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26