Changes between Initial Version and Version 2 of Ticket #7705


Ignore:
Timestamp:
Jul 10, 2008, 2:24:32 PM (16 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7705

    • Property Version SVNgis
    • Property Component UncategorizedGIS
    • Property Keywords gdal datasource added
    • Property Owner changed from nobody to jbronn
  • Ticket #7705 – Description

    initial v2  
    11When I did this:
     2{{{
    23from django.contrib.gis.gdal import DataSource
    34ds = DataSource(fn)
     
    56 for item in layer:
    67  print item.geom, item.fields
     8}}}
    79I got that:
     10{{{
    811  File "../basescript.py", line 24, in importInteractiveLayer
    912    print item.geom, item.fields
     
    1114    for i in xrange(self.num_fields)]
    1215NameError: global name 'get_field_name' is not defined
     16}}}
    1317I'm using gdal 1.5.1 and geodjango revision 7870
Back to Top