[GRASS-dev] [GRASS GIS] #3270: v.out.ogr: Append mode broken in G 7.2.1svn and 7.3

GRASS GIS trac at osgeo.org
Tue Jan 24 06:19:03 PST 2017


#3270: v.out.ogr: Append mode broken in G 7.2.1svn and 7.3
-------------------------+---------------------------------
 Reporter:  sbl          |      Owner:  grass-dev@…
     Type:  defect       |     Status:  new
 Priority:  normal       |  Milestone:  7.2.1
Component:  Vector       |    Version:  svn-releasebranch72
 Keywords:  v.out.ogr    |        CPU:  Unspecified
 Platform:  Unspecified  |
-------------------------+---------------------------------
 The following works in G 7.0 but not in G 7.2.1svn and G 7.3

 {{{
 v.out.ogr --q -m output=test.sqlite olayer=test input=soils_wake
 lco="OVERWRITE=YES,GEOMETRY_NAME=geom,FID=fid,LAUNDER=YES" format=SQLite
 v.out.ogr --q -mua output=test.sqlite olayer=test input=soils_wake
 lco="OVERWRITE=YES,GEOMETRY_NAME=geom,FID=fid,LAUNDER=YES" format=SQLite
 }}}
 Error message on second command in G 7.2.1/7.3 is:
 {{{
 ERROR: option <output>: <test.sqlite> exists. To overwrite, use the
 --overwrite flag
 }}}
 However, with --o the layer to append is deleted first and the following
 eror message appears:
 {{{
 WARNING: OGR layer <test> already exists and will be overwritten
 ERROR: OGR layer <test> not found
 }}}

 Probably related to:
 https://trac.osgeo.org/grass/changeset/70204/
 ?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3270>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list