Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Re: [Geotools-devel] Default overlapsBehavior is no longer a PropertyName

Similar changes occur for ChannelSelection ... so I need to ask have the "default" values for RasterSymbolizer been changed on me? At the very least this code needs a bit of work to cope with reality...
Jody

So I found the problem with SLDTransformer; it assumed the RasterSymboliger.getOverlap() would always be a PropertyName ...
final String pn = ((PropertyName)overlaps).getPropertyName();
start("OverlapBehavior"); start(pn);
end(pn);
end("OverlapBehavior");
It is now showing up as a Literal (!) I am not sure what the exact intention is here ... ie I am not sure what OverlapBehavior is for, is this supposed to be a String?

Cheers,
Jody

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Geotools-devel mailing list
Geotools-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/geotools-devel



Back to the top