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><PointSymbolizer><Geometry><PropertyName>msGeometry</PropertyName></Geometry><Graphic><ExternalGraphic><OnlineResource '.
<br>      'xmlns:xlink="<a href="http://www.w3.org/1999/xlink">http://www.w3.org/1999/xlink</a>" xlink:type="simple" xlink:href="'.$this->externalgraphic.'"/><Format>GIF</Format>'.
<br>      '</ExternalGraphic><Size>1.0</Size></Graphic></PointSymbolizer></Rule><br><br>I used a PointSymbolizer with Size 1 and this results in something like:<br><br>      STYLE<br>
        ANGLE 360<br>        COLOR 0 0 0<br>        SIZE 1<br>        SYMBOL "....."<br>      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>