#3436: Renaming a vector map doesn't rename the layer name in the dbln metadata
file
-------------------------+-------------------------
 Reporter:  hcho         |      Owner:  grass-dev@…
     Type:  defect       |     Status:  new
 Priority:  normal       |  Milestone:
Component:  Vector       |    Version:  svn-trunk
 Keywords:               |        CPU:  Unspecified
 Platform:  Unspecified  |
-------------------------+-------------------------
 The layer name in dbln is not renamed when renaming a vector map. For
 example, after renaming old to new:
 {{{
 g.rename vect=old,new
 }}}

 {{{
 cat location/mapset/vector/new/dbln
 }}}
 prints
 {{{
 1/old|new|cat|database|pg
 }}}

 Expected output:
 {{{
 1/new|new|cat|database|pg
 }}}

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

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to