Parent Directory
|
Revision Log
|
Patch
revision 2638 by jan, Tue Jun 28 06:48:45 2005 UTC | revision 2639 by bh, Thu Jun 30 16:15:03 2005 UTC | |
---|---|---|
# | Line 265 class ScreenRenderer(MapRenderer): | Line 265 class ScreenRenderer(MapRenderer): |
265 | # Get the size of the specific property for this | # Get the size of the specific property for this |
266 | # point | # point |
267 | if shapetype == SHAPETYPE_POINT: | if shapetype == SHAPETYPE_POINT: |
268 | if field is not None: | if field is not None: |
269 | value = table.ReadValue(shape.ShapeID(), field) | value = table.ReadValue(shape.ShapeID(), field) |
270 | group = lc.FindGroup(value) | group = lc.FindGroup(value) |
271 | size = group.GetProperties().GetSize() | size = group.GetProperties().GetSize() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |