3liz / qgis-pgmetadata-plugin

QGIS Plugin to manage some metadata from PostgreSQL layer
GNU General Public License v2.0
12 stars 10 forks source link

Enhancement: copy metadata to another layer #163

Open effjot opened 5 months ago

effjot commented 5 months ago

Sometimes layers are similar, so it would be useful to copy metadata between layers to have a starting base for editing the information. I’d be willing to write a processing toolbox algorithm for this.

Marsimperator commented 1 month ago

Hi @effjot,

I know there was no answer yet, but I am also interested in such a functionality. Did you already make progress on the issue?

effjot commented 1 month ago

A bit. I have written a tool for renaming and moving PostGIS layers between schemas which takes care of the corresponding metadata and styles. Copying a layer’s metadata is next on my list.