1 |
# Copyright (c) 2001, 2002 by Intevation GmbH |
# Copyright (c) 2001, 2002, 2003 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Bernhard Herzog <[email protected]> |
# Bernhard Herzog <[email protected]> |
4 |
# Jonathan Coles <[email protected]> |
# Jonathan Coles <[email protected]> |
80 |
old_prop = None |
old_prop = None |
81 |
for i in self.layer_ids(layer): |
for i in self.layer_ids(layer): |
82 |
value = None |
value = None |
|
shape = layer.Shape(i) |
|
83 |
lc = layer.GetClassification() |
lc = layer.GetClassification() |
84 |
field = lc.field |
field = lc.field |
85 |
|
|