Ticket #15378: layermapping.patch
File layermapping.patch, 736 bytes (added by , 14 years ago) |
---|
-
.py
old new 520 520 if strict: raise 521 521 elif not silent: 522 522 stream.write('Ignoring Feature ID %s because: %s\n' % (feat.fid, msg)) 523 except OGRException, msg: 524 # Something borked in the OGR get geometry ref 525 if strict: raise 526 elif not silent: 527 stream.write('Ignoring Feature ID %s because of OGR error: %s\n' % (feat.fid, msg)) 523 528 else: 524 529 # Constructing the model using the keyword args 525 530 is_update = False