I am using Tiger Line files with GeoTools 2.2M2. I have the following style in an SLD file to render the HYDRO layer:
<UserStyle>
<Title>Default Styler for Water</Title>
<Abstract></Abstract>
<FeatureTypeStyle>
<FeatureTypeName>Feature</FeatureTypeName>
<Rule>
<Name>waterpoly</Name>
<PolygonSymbolizer>
<Fill>
<CssParameter name="fill">
<ogc:Literal>#99CCFF</ogc:Literal>
</CssParameter>
<CssParameter name="fill-opacity">
<ogc:Literal>0.8</ogc:Literal>
</CssParameter>
</Fill>
</PolygonSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
It renders (with StreamingRender), but some of the
lines are being drawn as polygons and some of the
polygons are not filled correctly. I've included a
couple of screenshots (sorry for including large
attachments).
Any suggestions on what is wrong? How can I correct
this?
Thanks in advance,
Todd
The only "dumb question" is the one you were too afraid to ask.
________________________________________
Check out RouteRuler - Free software for runners, cyclists, walkers, etc.
http://routeruler.sourceforge.net
________________________________________
Get a handle on your data with "pocOLAP", the "little" OLAP project
http://pocolap.sourceforge.net
________________________________________
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com <<attachment: SampleRender1.jpg>>
<<attachment: SampleRender2.jpg>>
_______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
