hello  there! Can anyone show me an example of SLD for mapserver which using OSM data (shapes). I have already done the styles for geoserver but it doesn&#39;t work like SLD files in the mapserver.<br>First, when I used osm-style for roads:<br>
..........<br>&lt;TextSymbolizer&gt;<br>            &lt;Label&gt;<br>                &lt;ogc:PropertyName&gt;REF&lt;/ogc:PropertyName&gt;<br>            &lt;/Label&gt;<br>            &lt;Font&gt;<br>                &lt;CssParameter name=&quot;font-family&quot;&gt;Lucida Sans&lt;/CssParameter&gt;<br>
                &lt;CssParameter name=&quot;font-size&quot;&gt;10&lt;/CssParameter&gt;<br>                &lt;CssParameter name=&quot;font-style&quot;&gt;normal&lt;/CssParameter&gt;<br>                &lt;CssParameter name=&quot;font-weight&quot;&gt;bold&lt;/CssParameter&gt;<br>
            &lt;/Font&gt;<br>            &lt;Fill&gt;<br>                &lt;CssParameter name=&quot;fill&quot;&gt;#ffffff&lt;/CssParameter&gt;<br>                &lt;CssParameter name=&quot;fill-opacity&quot;&gt;1.0&lt;/CssParameter&gt;<br>
            &lt;/Fill&gt;<br>            &lt;VendorOption name=&quot;group&quot;&gt;yes&lt;/VendorOption&gt;<br>            &lt;VendorOption name=&quot;spaceAround&quot;&gt;0&lt;/VendorOption&gt;<br>            &lt;VendorOption name=&quot;repeat&quot;&gt;750&lt;/VendorOption&gt;<br>
            &lt;Graphic&gt;<br>                &lt;ExternalGraphic&gt;<br>                    &lt;OnlineResource xlink:type=&quot;simple&quot; xlink:href=&quot;symbols/tru_shield5.png&quot;/&gt;<br>                    &lt;Format&gt;image/png&lt;/Format&gt;<br>
                &lt;/ExternalGraphic&gt;<br>                &lt;Size&gt;18&lt;/Size&gt;<br>            &lt;/Graphic&gt;<br>          &lt;/TextSymbolizer&gt;<br>........<br>I got this:<br>..........<br> LABEL<br>        SIZE MEDIUM<br>
        TYPE BITMAP<br>        BUFFER 0<br>        COLOR 255 255 255<br>        FORCE FALSE<br>        MINDISTANCE -1<br>        MINFEATURESIZE -1<br>        OFFSET 0 0<br>        PARTIALS TRUE<br>        POSITION CC<br>      END<br>
      STYLE<br>        ANGLE 360<br>        COLOR 168 218 168<br>        SIZE 2<br>        SYMBOL &quot;sld_line_symbol&quot;<br>        WIDTH 1<br>      END<br>      TEXT ([REF])<br>    END<br>SYMBOL<br>    NAME &quot;sld_line_symbol&quot;<br>
    TYPE ELLIPSE<br>    FILLED TRUE<br>    POINTS<br>      1 1<br>    END<br>  END<br>.............<br> Second, I tried to get style for the railroads like <br>&lt;LineSymbolizer&gt;<br>                        &lt;Stroke&gt;<br>
                            &lt;CssParameter name=&quot;stroke&quot;&gt;#ffffff&lt;/CssParameter&gt;<br>                            &lt;CssParameter name=&quot;stroke-width&quot;&gt;5&lt;/CssParameter&gt;<br>                            &lt;CssParameter name=&quot;stroke-linejoin&quot;&gt;round&lt;/CssParameter&gt;<br>
                        &lt;/Stroke&gt;<br>                    &lt;/LineSymbolizer&gt;<br>                    &lt;LineSymbolizer&gt;<br>                        &lt;Stroke&gt;<br>                            &lt;CssParameter name=&quot;stroke&quot;&gt;#4B4B4B&lt;/CssParameter&gt;<br>
                            &lt;CssParameter name=&quot;stroke-width&quot;&gt;3&lt;/CssParameter&gt;<br>                            &lt;CssParameter name=&quot;stroke-linejoin&quot;&gt;round&lt;/CssParameter&gt;<br>                        &lt;/Stroke&gt;<br>
                    &lt;/LineSymbolizer&gt;<br>                    &lt;LineSymbolizer&gt;<br>                        &lt;Stroke&gt;<br>                            &lt;CssParameter name=&quot;stroke&quot;&gt;#ffffff&lt;/CssParameter&gt;<br>
                            &lt;CssParameter name=&quot;stroke-width&quot;&gt;2&lt;/CssParameter&gt;<br>                            &lt;CssParameter name=&quot;stroke-linejoin&quot;&gt;round&lt;/CssParameter&gt;<br>                        &lt;/Stroke&gt;<br>
                    &lt;/LineSymbolizer&gt;<br>                    &lt;LineSymbolizer&gt;<br>                        &lt;Stroke&gt;<br>                            &lt;CssParameter name=&quot;stroke&quot;&gt;#878787&lt;/CssParameter&gt;<br>
                            &lt;CssParameter name=&quot;stroke-width&quot;&gt;4&lt;/CssParameter&gt;<br>                            &lt;CssParameter name=&quot;stroke-linejoin&quot;&gt;round&lt;/CssParameter&gt;<br>                            &lt;CssParameter name=&quot;stroke-dasharray&quot;&gt;1 8&lt;/CssParameter&gt;<br>
                        &lt;/Stroke&gt;<br>                    &lt;/LineSymbolizer&gt;<br>.................<br>but I got the poor style.<br><br>Please, help me in this issue! I need osm-style.sld for roads,railroads,landuse... Mapserver version 5.6.6 <br clear="all">
<br>-- <br>lernen,lernen und lernen<br><br>