Details
Description
Dynamic ExternalGraphic href supports expressions as part of an URL like
http://myservice/$
where icon is a attribute of a FeatureType (Attribute value would be myimage.png).
But if there is a complete URL stored as an attribute value a MalformedURLException will be thrown for a SLD looking like that:
<ExternalGraphic>
<OnlineResource xlink:type="simple" xlink:href="$
"/>
<Format>image/png</Format>
</ExternalGraphic>