[GRASS-dev] [bug #5463] (grass) v.in.dxf support for spaces in layer names

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

Subject: v.in.dxf support for spaces in layer names

v.in.dxf fails to load in DXF layers which include spaces in their names.

it fails during the SQL create table step.

Is there a lib fn to SQL-proof layer names? (eg v.in.ascii, v.in.ogr space ->
underscore)

thanks,
Hamish

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

Request Tracker wrote on 02/02/2007 05:32 AM:

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

Subject: v.in.dxf support for spaces in layer names

v.in.dxf fails to load in DXF layers which include spaces in their names.

it fails during the SQL create table step.

Is there a lib fn to SQL-proof layer names? (eg v.in.ascii, v.in.ogr space ->
underscore)
  
See main.c of v.in.ogr, around line 586.
That part might be moved up to library level.

Markus