Parent Directory
|
Revision Log
|
Patch
revision 2365 by joey, Fri Oct 1 18:22:32 2004 UTC | revision 2516 by frank, Sun Jan 9 12:32:17 2005 UTC | |
---|---|---|
# | Line 653 class MainWindow(DockFrame): | Line 653 class MainWindow(DockFrame): |
653 | layer.ShapeStore(), | layer.ShapeStore(), |
654 | projection = layer.GetProjection()) | projection = layer.GetProjection()) |
655 | new_classification = copy.deepcopy(layer.GetClassification()) | new_classification = copy.deepcopy(layer.GetClassification()) |
656 | new_layer.SetClassificationColumn( | |
657 | layer.GetClassificationColumn()) | |
658 | new_layer.SetClassification(new_classification) | new_layer.SetClassification(new_classification) |
659 | self.Map().AddLayer(new_layer) | self.Map().AddLayer(new_layer) |
660 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |