[GRASS-dev] [GRASS GIS] #3436: Renaming a vector map doesn't rename the layer name in the dbln metadata file
GRASS GIS
trac at osgeo.org
Wed Nov 8 19:18:34 PST 2017
#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>
More information about the grass-dev
mailing list