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?
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
- 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?