Hi list,<br><br>I just spent half of my day finding out why an SLD with external graphics did not work anymore with 5.0, something like:<br><br>&lt;PointSymbolizer&gt;&lt;Geometry&gt;&lt;PropertyName&gt;msGeometry&lt;/PropertyName&gt;&lt;/Geometry&gt;&lt;Graphic&gt;&lt;ExternalGraphic&gt;&lt;OnlineResource &#39;.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;xmlns:xlink=&quot;<a href="http://www.w3.org/1999/xlink">http://www.w3.org/1999/xlink</a>&quot; xlink:type=&quot;simple&quot; xlink:href=&quot;&#39;.$this-&gt;externalgraphic.&#39;&quot;/&gt;&lt;Format&gt;GIF&lt;/Format&gt;&#39;.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;&lt;/ExternalGraphic&gt;&lt;Size&gt;1.0&lt;/Size&gt;&lt;/Graphic&gt;&lt;/PointSymbolizer&gt;&lt;/Rule&gt;<br><br>I used a PointSymbolizer with Size 1 and this results in something like:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANGLE 360<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL &quot;.....&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br><br>In Mapserver 4.10 this used to draw the symbol in its native size/dimension, but in 5.0 this does not work anymore, 
i.e. I do not see anything in the map.<br><br>If I change Size to 17 (the size in pixels of the image used), the SLD works fine again.<br><br>Was this change intentional? Anyways, I guess this should be documented in the migration guide :-) ?
<br><br>Best regards,<br>Bart<br>