jan: thuban/Extensions/gns2shp gns2shp.py,1.2,1.3
cvs@intevation.de
cvs at intevation.de
Tue May 18 23:09:52 CEST 2004
Author: jan
Update of /thubanrepository/thuban/Extensions/gns2shp
In directory doto:/tmp/cvs-serv13312
Modified Files:
gns2shp.py
Log Message:
(gns2shp): Fixed a bug by increasing a field size.
Index: gns2shp.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/gns2shp/gns2shp.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gns2shp.py 11 May 2004 22:34:49 -0000 1.2
+++ gns2shp.py 18 May 2004 21:09:50 -0000 1.3
@@ -77,7 +77,7 @@
dbf.add_field('SORT_NAME', dbflib.FTString, 40, 0)
dbf.add_field('FULL_NAME', dbflib.FTString, 40, 0)
dbf.add_field('FULL_ND', dbflib.FTString, 40, 0)
- dbf.add_field('MODIFY_DATE', dbflib.FTString, 10, 0)
+ dbf.add_field('MODIFY_DATE', dbflib.FTString, 11, 0)
del dbf
dbf = dbflib.open(dbf_filename, 'r+b')
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)