In ogr.py I see what appears to be a duplicate function. Line 368 and 389 are both: def CreateFeature() but the second argument in one is "feat" and in the other is "feature". Is this intentional or an error? Tyler