CSS SLD generation for external graphics (url) fails
----------------------------------------------------
Key: GEOS-4532
URL: http://jira.codehaus.org/browse/GEOS-4532
Project: GeoServer
Issue Type: Bug
Components: CSS
Affects Versions: 2.1-RC5
Reporter: Charles Galpin
Assignee: Andrea Aime
I am trying to use an external graphic to fill a polygon but I get the error
java.lang.Error: SOMEONE CODED THE X LINK NAMESPACE WRONG
Using the following style?
* {
fill: url(grass_fill.png);
fill-mime: 'image/png';
stroke: black;
}
The image grass_fill.png is in the styles directory and works fine in the grass_poly.sld that ships with geoserver. I have tried quoting it etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira