Changes between Initial Version and Version 2 of Ticket #7705
- Timestamp:
- Jul 10, 2008, 2:24:32 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7705
- Property Version SVN → gis
- Property Component Uncategorized → GIS
- Property Keywords gdal datasource added
- Property Owner changed from to
-
Ticket #7705 – Description
initial v2 1 1 When I did this: 2 {{{ 2 3 from django.contrib.gis.gdal import DataSource 3 4 ds = DataSource(fn) … … 5 6 for item in layer: 6 7 print item.geom, item.fields 8 }}} 7 9 I got that: 10 {{{ 8 11 File "../basescript.py", line 24, in importInteractiveLayer 9 12 print item.geom, item.fields … … 11 14 for i in xrange(self.num_fields)] 12 15 NameError: global name 'get_field_name' is not defined 16 }}} 13 17 I'm using gdal 1.5.1 and geodjango revision 7870