Feature request #9140
Separating datasource, layer and style
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | GUI | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 17775 |
Description
- user has to enter the same properties again and again
- broken file links need to be adapted in every layer again
- performance can be improved as vector processing is the same for every layer, just style rendering is different
So my idea would be to add a datasource window that the layers can be linked to. I know this might cause big refactoring, so do others have an opinion on that?
History
#1 Updated by Otto Dassau almost 11 years ago
Hi,
maybe I missunderstand, but it is possible to define several styles to visulize a single datasource in multiple ways. You can save and load them in the layer property dialog with the "Save Style" and "Load Style" buttons.
Regards
Otto
#2 Updated by Jürgen Fischer almost 11 years ago
- Subject changed from Seperating datasource, layer and style to Separating datasource, layer and style
#3 Updated by Noone Noone almost 11 years ago
Thats true, but there is no link between the layer copies anymore and it's just a flat copy. This is bad, if you just want to alter for example the colour of different styles, but the rest should be equal (for example later on you decide to change the size of the symbolizer again, so you need to change it manually in every layers).
So I would like to have a more modularized concept of "styles" that have basic operators (clone, inherite, ...) and interact well with the other modularized things in QGIS workflow as datasource and layer :)
#4 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No