Details
Description
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.
Just so you know, (I'm not aware of a workaround or anything) the
error is what GeoTools reports when someone tries to use a style that has graphics without the mimetype set. It's not a quoting issue.