Parent Directory
|
Revision Log
|
Patch
revision 609 by jonathan, Wed Mar 26 11:07:40 2003 UTC | revision 610 by jonathan, Fri Apr 4 13:56:59 2003 UTC | |
---|---|---|
# | Line 741 class MapCanvas(wxWindow, Publisher): | Line 741 class MapCanvas(wxWindow, Publisher): |
741 | continue | continue |
742 | ||
743 | filled = layer.GetClassification().GetDefaultFill() \ | filled = layer.GetClassification().GetDefaultFill() \ |
744 | is not Color.None | is not Color.Transparent |
745 | stroked = layer.GetClassification().GetDefaultLineColor() \ | stroked = layer.GetClassification().GetDefaultLineColor() \ |
746 | is not Color.None | is not Color.Transparent |
747 | ||
748 | layer_proj = layer.projection | layer_proj = layer.projection |
749 | if layer_proj is not None: | if layer_proj is not None: |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |