uDIG

PointSymbolizer settings ignore when rendering

Details

Description

From Silvia email:

point shapefile will be displayed in black if restarted uDig

This should be similar to UDIG-1415

Issue Links

Activity

Hide
Jody Garnett added a comment -
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?
Show
Jody Garnett added a comment - 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?
Hide
Jody Garnett added a comment -
Moovida can you confirm this fixed worked so we can close this issue?
Show
Jody Garnett added a comment - Moovida can you confirm this fixed worked so we can close this issue?
Hide
Silvia Franceschi added a comment -
Resolved, tested with point features:
- with default style
- with personalized style
- in macOSx
- in Linux
Show
Silvia Franceschi added a comment - Resolved, tested with point features: - with default style - with personalized style - in macOSx - in Linux

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: