Feature request #15911
Add checkbox when using 'Save As' to keep original style
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Unknown | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 23828 |
Description
When using QGIS to create multiple versions of the same shapefile, it would be great to have an option to maintain the original shapefile style and automatically apply it onto the newly created shapefile.
So under the current behavior:- You have a line shapefile called 1d_nwk_Culvert_v01_L.shp with a red arrow style applied to it
- You right click on 1d_nwk_Culvert_*v01*_L in the Layers Panel and click 'Save As'
- In the Save vector layer as you specify 'ESRI Shapefile' and 'File name' to be 1d_nwk_Culvert_*v02*_L.shp
- You click OK and QGIS creates the new shapefile with the default line style of a normal line with random colour (not as red arrow from original)
- You have a line shapefile called 1d_nwk_Culvert_v01_L.shp with a red arrow style applied to it
- You right click on 1d_nwk_Culvert_*v01*_L in the Layers Panel and click 'Save As'
- In the Save vector layer as you specify 'ESRI Shapefile' and 'File name' to be 1d_nwk_Culvert_*v02*_L.shp and tick a checkbox "Keep original style"
- You click OK and QGIS creates the new shapefile keeping the original 1d_nwk_Culvert_*v01*_L's style (red arrow)
History
#1 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
#2 Updated by Jürgen Fischer about 7 years ago
- Category set to Unknown