[GRASS-dev] [GRASS GIS] #1915: v.out.ogr: problem to export certain column(s)
GRASS GIS
trac at osgeo.org
Thu Apr 4 02:14:19 PDT 2013
#1915: v.out.ogr: problem to export certain column(s)
------------------------------+---------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: v.out.ogr, wxGUI | Platform: Linux
Cpu: All |
------------------------------+---------------------------------------------
Changes (by neteler):
* keywords: v.out.ogr => v.out.ogr, wxGUI
Comment:
Renaming the column help:
{{{
GRASS 7.0.svn (ll_wgs84):~ > v.db.renamecolumn dep_new_clean
column=normalization,area_norm
GRASS 7.0.svn (ll_wgs84):~ > v.out.ogr dep_new_clean dsn=dep_new_clean.shp
type=area
Warning 1: Field PROVDEP of width 1000 truncated to 255.
Warning 1: Field MIN_NOMDEP of width 1000 truncated to 255.
Warning 1: Field JURISDICC of width 1000 truncated to 255.
Warning 1: Field MIN_DEPTO of width 1000 truncated to 255.
Warning 1: Field MIN_PROV of width 1000 truncated to 255.
Warning 1: Field PROVINCIA of width 1000 truncated to 255.
Exporting 702 areas (may take some time)...
100%
v.out.ogr complete. 702 features written to <dep_new_clean>
(ESRI_Shapefile).
}}}
Hence this is a bug (non-feature) in either v.db.addcolumn or
the wxGUI Attribute manager.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1915#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list