Issue Details (XML | Word | Printable)

Key: UDIG-1424
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Silvia Franceschi
Reporter: Jody Garnett
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uDIG

PointSymbolizer settings ignore when rendering

Created: 04/Sep/08 10:51 AM   Updated: 14/Mar/09 03:40 AM
Component/s: visualization using map layer and style
Affects Version/s: UDIG 1.2.M0
Fix Version/s: UDIG 1.2.M3

Issue Links:
Related
 


 Description  « Hide
From Silvia email:

point shapefile will be displayed in black if restarted uDig

This should be similar to UDIG-1415



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Jody Garnett added a comment - 05/Sep/08 01:09 AM
Emily found this one; the SLDParser was using:
- 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?

Jody Garnett added a comment - 08/Mar/09 08:27 AM
Moovida can you confirm this fixed worked so we can close this issue?

Silvia Franceschi added a comment - 14/Mar/09 03:40 AM
Resolved, tested with point features:
- with default style
- with personalized style
- in macOSx
- in Linux