Parent Directory
|
Revision Log
|
Patch
revision 2454 by bh, Mon Dec 13 18:26:11 2004 UTC | revision 2514 by frank, Mon Jan 3 16:21:17 2005 UTC | |
---|---|---|
# | Line 166 class ScreenRenderer(MapRenderer): | Line 166 class ScreenRenderer(MapRenderer): |
166 | ||
167 | # Get the size of the specific property for this | # Get the size of the specific property for this |
168 | # point | # point |
169 | if shapetype == SHAPETYPE_POINT: | if shapetype == SHAPETYPE_POINT and field is not None: |
170 | value = table.ReadValue(shape.ShapeID(), field) | value = table.ReadValue(shape.ShapeID(), field) |
171 | group = lc.FindGroup(value) | group = lc.FindGroup(value) |
172 | size = group.GetProperties().GetSize() | size = group.GetProperties().GetSize() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |