[GRASS5] [bug #2657] (grass) table names in v.in.ogr

Request Tracker grass-bugs at intevation.de
Tue Oct 12 09:20:14 EDT 2004


this bug's URL: http://intevation.de/rt/webrt?serial_num=2657
-------------------------------------------------------------------------

Subject: table names in v.in.ogr

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 5.7.0

add this, or something similar, to main.c in v.in.ogr around line 463:

/* table name must begin with a letter */
if (strchr("0123456789",*Ogr_fieldname))
		    *Ogr_fieldname = 'Z';



-------------------------------------------- Managed by Request Tracker




More information about the grass-dev mailing list