jan: thuban/Extensions/gns2shp gns2shp.py,1.1,1.1.2.1

cvs@intevation.de cvs at intevation.de
Tue May 18 23:22:27 CEST 2004


Author: jan

Update of /thubanrepository/thuban/Extensions/gns2shp
In directory doto:/tmp/cvs-serv13430

Modified Files:
      Tag: thuban-1-0-branch
	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.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- gns2shp.py	22 Sep 2003 10:32:04 -0000	1.1
+++ gns2shp.py	18 May 2004 21:22:25 -0000	1.1.2.1
@@ -75,7 +75,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)