/[schmitzm]/branches/2.0-RC2/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java
ViewVC logotype

Diff of /branches/2.0-RC2/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 490 by alfonx, Tue Oct 20 20:04:38 2009 UTC revision 491 by alfonx, Fri Oct 23 12:57:15 2009 UTC
# Line 287  public class FeatureMapLayerSelectionSyn Line 287  public class FeatureMapLayerSelectionSyn
287                                  DuplicatingStyleVisitor dsv = new DuplicatingStyleVisitor();                                  DuplicatingStyleVisitor dsv = new DuplicatingStyleVisitor();
288                                  dsv.visit(originalStyle);                                  dsv.visit(originalStyle);
289                                  Style newStyle = (Style) dsv.getCopy();                                  Style newStyle = (Style) dsv.getCopy();
290    //
291                                  StylingUtil.saveStyleToSLD(newStyle, new File(  //                              try {
292                                                  "/home/stefan/Desktop/selection.sld"));  ////                                    
293    ////                            StylingUtil.saveStyleToSLD(newStyle, new File(
294                                  // DuplicatingStyleVisitor dsv = new DuplicatingStyleVisitor();  ////                                            "/home/stefan/Desktop/selection.sld"));
295    //                              } catch (Exception e) {
296    //                              }
297    //
298    //                              // DuplicatingStyleVisitor dsv = new DuplicatingStyleVisitor();
299                                  // dsv.visit(originalStyle);                                  // dsv.visit(originalStyle);
300                                  // Style newStyle = originalStyle;                                  // Style newStyle = originalStyle;
301    

Legend:
Removed from v.490  
changed lines
  Added in v.491

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26