[MS4W-Users] dynamic line pattern

Sven Schroeter schroeter at netgis.de
Wed Mar 27 12:57:15 EDT 2019


Hi,

I have a line Layer and want to change the pattern dynamicly from the 
attribute table.
Is it possible?


e.g. I have this working:

     CLASS
      NAME "buslines"
         STYLE
             COLOR [linecolor]
             WIDTH 4
             PATTERN 40 10 END
         END
      END  # CLASS


and I want to get the pattern from an attribute:


     CLASS
      NAME "buslines"
         STYLE
             COLOR [linecolor]
             WIDTH 4
             PATTERN [pattern] END
         END
      END  # CLASS

but this dont work. Any hint?

Thanks
Sven

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ms4w.com/pipermail/ms4w-users/attachments/20190327/c13ce726/attachment.html>


More information about the MS4W-Users mailing list