Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.2.M0
-
Fix Version/s: UDIG 1.2.M3
-
Component/s: visualization using map layer and style
-
Labels:None
Description
From Silvia email:
point shapefile will be displayed in black if restarted uDig
This should be similar to UDIG-1415
Issue Links
| This issue relates to: | ||||
| UDIG-1415 | wrong feature layer style visualization on trunk |
|
|
|
- factory.getDefaultGraphic()
The default style has a small gray square in it; the SLD parser would then add to this existing list resulting in two many marks for each graphic.
The fix is to use the factory to create an "empty" graphic.
- factory.createGraphic(null,null,null,null,null,null);
Fun fun; I have committed this fix into GeoTools - hopefully Moovida can confirm this all works out for you?