Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.6.3
-
Component/s: unsupported
-
Labels:None
-
Environment:JDK 1.4.2_05, Windows XP Home Edition, GeoTools 2.0
Description
The geometry property (with this java code) not work:
The line in shape file is hide.
StyleBuilder builder = new StyleBuilder();
LineSymbolizer ls = builder.createLineSymbolizer(Color.BLACK, 10, StyleBuilder.LINE_CAP_ROUND);
Style style= builder.createStyle();
style.addFeatureTypeStyle(builder.createFeatureTypeStyle(null, builder.createRule(ls)));