Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Expose through iface methods to copy/paste features between given layers
That is, no need to load layers into the layer tree nor make them active.
- Loading branch information
Showing
with
32 additions
and 0 deletions.
- +10 −0 python/gui/qgisinterface.sip
- +10 −0 src/app/qgisappinterface.cpp
- +6 −0 src/app/qgisappinterface.h
- +6 −0 src/gui/qgisinterface.h