Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Problem with custom SLD style

The GeoTools website was hacked last month; I think the DNS is being updated now to point to a new server.

As for your example; you are doing a lot of work to map colours?  There is a couple of color lookup functions available now
which should make it easier.

I have reported your issue here:
- https://jira.codehaus.org/browse/GEOT-3234

On 05/08/2010, at 4:14 PM, Lukasz Stawicki wrote:

> 
> java.lang.IllegalArgumentException: Filter Function problem for function if_then_else argument #0 - expected type boolean
> 	at org.geotools.filter.function.FilterFunction_if_then_else.evaluate(FilterFunction_if_then_else.java:45)
> 	at org.geotools.filter.expression.ExpressionAbstract.evaluate(ExpressionAbstract.java:63)
> 	at org.geotools.styling.SLD.color(SLD.java:1312)
> 	at org.geotools.styling.SLD.color(SLD.java:96)
> 	at org.geotools.styling.SLD.lineColor(SLD.java:84)
> 	at org.geotools.styling.SLD.color(SLD.java:188)
> 	at net.refractions.udig.ui.Drawing.paint(Drawing.java:308)
> 	at net.refractions.udig.ui.Drawing.drawFeature(Drawing.java:246)
> 	at net.refractions.udig.ui.Drawing.drawFeature(Drawing.java:223)
> 	at net.refractions.udig.ui.Drawing.drawDirect(Drawing.java:150)
> 	at net.refractions.udig.ui.graphics.Glyph$6.getImageData(Glyph.java:363)



Back to the top