qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.64k stars 3.01k forks source link

Joins in save/load QML Styles #59495

Open signedav opened 2 days ago

signedav commented 2 days ago

Feature description

We do support to export / import lots of the layer properties to / from QML style files (saveNamedStyle / loadNamedStyle), but joins are not yet supported.

image

The layer joins to other layers image

And has the fields available then in the attribute form image

The complexity on the integration is, that a join always depends on another layer. And a QML is concerning only one layer. Still the Relations are supported. This might be a similar implementation.

Additional context

No response

signedav commented 2 days ago

@elpaso I remember that you did (at least parts of) the weak relations. I guess this goes into the same topic. My question to you: Have you checked already some parts of it? Do you think the implementation should go into the same direction, or did you encounter some limitations?