[GRASS-dev] [GRASS GIS] #1834: backport r47878 (set field width for string columns in v.out.ogr) to grass6 ?
GRASS GIS
trac at osgeo.org
Mon Dec 17 05:48:37 PST 2012
#1834: backport r47878 (set field width for string columns in v.out.ogr) to grass6
?
-------------------------+--------------------------------------------------
Reporter: mlennert | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: Vector | Version: svn-releasebranch64
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by neteler):
The real change seem to be these two lines:
{{{
630 if (ogr_ftype == OFTString && colwidth >
0)
631 OGR_Fld_SetWidth(Ogr_field,
colwidth);
}}}
I cannot see anything dangerous here.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1834#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list