I have been unable to get my WMS capable MapServer to recognize an sld passed in through the url (SLD=http:...)
<br>
<br>The sld is readable, I have tested it on an example from the SLD
documentation - i.e. written my own SLD and pointed to it from the
example, works perfectly.
<br>
<br>I am totally out of ideas as to why I cannot get it to show up on my own server.
<br>
<br>I&#39;ll give as much information as i can, any help would be extremely appreciated.
<br>
<br>map file:
<br>
<br>MAP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<br>&nbsp; NAME &quot;All&quot;
<br>&nbsp; STATUS on
<br>&nbsp; SIZE 800 600
<br>&nbsp; EXTENT -2200000 -712631 3072800 3840000
<br>&nbsp; UNITS METERS
<br>&nbsp; SHAPEPATH &quot;/var/www/html/mapserver<div id="mb_0">/mapdata/&quot;
<br>&nbsp; IMAGECOLOR 220 220 220
<br>&nbsp; FONTSET &quot;/var/www/html/mapserver/mapdata/&quot;
<br>
<br>WEB &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<br>&nbsp; IMAGEPATH &quot;/var/www/html/tmp/&quot;
<br>&nbsp; IMAGEURL &quot;/tmp/&quot; &nbsp; &nbsp; &nbsp;
<br>&nbsp; METADATA
<br>&nbsp; &nbsp; &nbsp; &nbsp; &quot;wms_title&quot; &nbsp; &nbsp; &quot;All&quot;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &quot;wms_onlineresource&quot; &quot;<a href="http://niceguy.wustl.edu/cgi-bin/mapserv.exe" rel="nofollow" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://niceguy.wustl.edu/cgi-bin/mapserv.exe
</a>?&quot;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &quot;wms_srs&quot; &nbsp; &nbsp; &nbsp; &quot;epsg:4326&quot;
<br>&nbsp; END &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<br>END &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<br>
<br>PROJECTION &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &quot;init=epsg:4326&quot;
<br>END &nbsp; &nbsp;
<br>LAYER
<br>&nbsp; NAME NAmer_bdr &nbsp; &nbsp; &nbsp; &nbsp;
<br>&nbsp; METADATA
<br>&nbsp; &nbsp; &nbsp; &nbsp; &quot;wms_title&quot; &nbsp; &nbsp; &quot;NAmer_bdr&quot;
<br>&nbsp; END
<br>&nbsp; TYPE LINE
<br>&nbsp; STATUS on &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<br>&nbsp; DATA bound_p
<br>&nbsp; PROJECTION
<br>&nbsp; &nbsp; &nbsp; &nbsp; &quot;init=epsg:4326&quot;
<br>&nbsp; END
<br>&nbsp; CLASS
<br>&nbsp; &nbsp; &nbsp; &nbsp; STYLE
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OUTLINECOLOR 0 0 0
<br>&nbsp; &nbsp; &nbsp; &nbsp; END &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<br>&nbsp; END &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<br>END &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<br>
<br>
<br>SLD File:
<br>&lt;StyledLayerDescriptor version=&quot;1.0.0&quot;&gt;
<br>&nbsp; &lt;NamedLayer&gt;
<br>&nbsp; &nbsp; &lt;Name&gt;NAmer_bdr&lt;/Name&gt; &nbsp; &nbsp; &nbsp; 
<br>&nbsp; &nbsp; &lt;UserStyle&gt;
<br>&nbsp; &nbsp; &nbsp; &lt;Title&gt;NAmer_bdr&lt;/Title&gt;
<br>&nbsp; &nbsp; &nbsp; &lt;FeatureTypeStyle&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &lt;Rule&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &lt;LineSymbolizer&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;Geometry&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;PropertyName&gt;center-line&lt;/PropertyName&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/Geometry&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;Stroke&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;CssParameter name=&quot;stroke&quot;&gt;#00FF00&lt;/CssParameter&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/Stroke&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/LineSymbolizer&gt;
<br>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/Rule&gt;
<br>&nbsp; &nbsp; &nbsp; &lt;/FeatureTypeStyle&gt;
<br>&nbsp; &nbsp; &lt;/UserStyle&gt;
<br>&nbsp; &lt;/NamedLayer&gt;
<br>&lt;/StyledLayerDescriptor&gt;
<br>
<br>
<br>and just in case:
<br>[root@niceguy mapserver-4.10.0]# ./mapserv -v<br>MapServer version
4.10.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF
OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER
SUPPORTS=WMS_CLIENT INPUT=EPPL7 INPUT=GDAL INPUT=SHAPEFILE
<br><br>Please, please any help.
<br>Thanks!
<br>-Ed

</div>