You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
If you have a superlayer without an [export] prefix, it must not be exported, right? So its sublayers must not too.
If you have a superlayer with an [export] prefix, and a sublayer with an [export] prefix, then there is a dilemma: only one marked layer is exported at once while all other layers except [fixed] are hidden, so either the superlayer or sublayer is hidden.
Thus you never get sublayers exported.
You may mark the superlayer as [fixed], and sublayers as [export], but the superlayer contents will always be exported (but it will be fine if the superlayer has no contents except sublayers).
Perhaps you have ideas how the issue should be solved?
There's idea to process only high level layers leaving sub-layers untouched in the same way as groups.
Since the plugin could not be used for sub-layer scenarios, the feature will not harm any plugin user.
Will implement it soon.
Subj. To create a sublayer you could by drag & dropping one layer on ahother.
The text was updated successfully, but these errors were encountered: