I have a shapefile which is a polygon drawn as a line with a dash-dot- dash pattern. Because the polygon edges overlap each other (it is a county file) the lines don't show up correctly due to the misalignment of the dash pattern. This question was posted in 2009, but I do not see any response for a work-around. I have tried a double style:

     CLASS
         STYLE
            COLOR 255 255 255
            WIDTH 3
         END
         STYLE
            COLOR 0 0 0
            WIDTH 3
            LINECAP butt
            PATTERN 20 5 5 5 20 END
         END
      END

with no success.  How do I correct this display error?


h...@ctmap.com



_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to