Changes between Version 4 and Version 5 of PythonGotchas

Show
Ignore:
Timestamp:
09/20/10 09:25:18 (3 years ago)
Author:
jjr8
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonGotchas

    v4 v5  
    114114 
    115115{{{ 
     116#!python 
    116117>>> feature = lyr.GetNextFeature() 
    117118>>> field_defn = ogr.FieldDefn("foo", ogr.OFTString)