Hi all,
I've just found quite some bugs in ExpressionDomParser
parsing of multi-geometries (this is required by the inline
feature handling in wms sld requests, for more info see
here:
http://docs.codehaus.org/display/GEOSDOC/InlineFeature).

Now, basically there's no support for multi-geometries,
and there is a nice pearl too at line 633:

if (childName.toLowerCase().startsWith("gml:multiPolygon")) {

Hey, an "if(false)" whould have been more compact :-)

Ok, the question is, who is supposed to fix this and if
the answer is "you Andrea", I don't disagree, but someone
let me know if there is some new an better code to parse
inline features instead of this.

Cheers
Andrea Aime

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to