On Thu, Sep 2, 2010 at 10:09 AM, Matuszak Marcin <[email protected]> wrote: > I ma creating line symbolizer and converts its to SLD xml. Setting line width > to 1.0 I donot see stroke-width's tag in xml file. > > Stroke stroke = styleFactory.createStroke(filterFactory.literal("#FFAFAF"), > filterFactory.literal(1.0f));
A width of 1 is the default so there is no need to write it out. Try setting it to something else and you should see it written out (anything else is a bug and should be reported I think). Ian -- Ian Turton ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
