[Cartoweb-dev] [Bug 1476] Attributes of STYLE element in mapfile
	for polygon outline layer ignored
    bugzilla-daemon at bugzilla.maptools.org 
    bugzilla-daemon at bugzilla.maptools.org
       
    Thu May 24 06:52:54 EDT 2007
    
    
  
http://bugzilla.maptools.org/show_bug.cgi?id=1476
emmanuel.belo at camptocamp.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
------- Additional Comments From emmanuel.belo at camptocamp.com  2007-05-24 06:52 -------
There is an explanation in mapserver documentation about polygon outline's
width: http://mapserver.gis.umn.edu/docs/faq/filled_polygons_with_stroke
In the DemoCW3 project, LAYER cartoweb_polygon_outline should be changed like
this, if you want to change outline's width:
LAYER
  NAME "cartoweb_polygon_outline"
  TYPE POLYGON
  TRANSPARENCY 60
  CLASS
    STYLE
      COLOR 255 153 0
    END
    STYLE
      OUTLINECOLOR 0 0 0
      WIDTH 5
    END
    LABEL
      TYPE TRUETYPE
      FONT "Vera"
      SIZE 7
      OUTLINECOLOR 255 255 255
      COLOR 0 0 0
      POSITION cc
    END
  END
END
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
    
    
More information about the Cartoweb-dev
mailing list