Parent Directory
|
Revision Log
|
Patch
revision 610 by jonathan, Fri Apr 4 13:56:59 2003 UTC | revision 641 by jonathan, Thu Apr 10 14:36:19 2003 UTC | |
---|---|---|
# | Line 103 class MapRenderer: | Line 103 class MapRenderer: |
103 | # be null, at which point this call will | # be null, at which point this call will |
104 | # at least retreive the NullData | # at least retreive the NullData |
105 | # | # |
106 | prop = lc.GetProperties(value) | |
107 | group = lc.FindGroup(value) | |
108 | if not group.IsVisible(): | |
109 | continue | |
110 | ||
111 | #prop = lc.GetProperties(value) | |
112 | prop = group.GetProperties() | |
113 | else: | else: |
114 | prop = defaultProps | prop = defaultProps |
115 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |