Make shields prioritizable independently #21
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/kothic#21
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "pastk-shields-priorities"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@vng merge this one?
we need this ability regardless of a specific shields/pathtext order we'll set in https://github.com/organicmaps/organicmaps/pull/5868
Could you clarify: before, shield's style was under has_lines block, and now is out of has_lines scope. Why?
It made shields dependent on presence of line drules in the same ::object_id.
I moved all shields from the default object id to ::shield to make them priority-independent from the default object id which contains line drules. So this "has_lines" condition prevented shield drules from ::shield objects to be processed.