Make shields prioritizable independently #21

Merged
root merged 1 commit from pastk-shields-priorities into master 2023-09-07 19:34:11 +00:00
Owner
No description provided.
Author
Owner

@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

@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
vng (Migrated from github.com) reviewed 2023-09-06 19:09:37 +00:00
vng (Migrated from github.com) commented 2023-09-06 19:09:33 +00:00

Could you clarify: before, shield's style was under has_lines block, and now is out of has_lines scope. Why?

Could you clarify: before, shield's style was under has_lines block, and now is out of has_lines scope. Why?
pastk reviewed 2023-09-06 19:16:59 +00:00
Author
Owner

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.

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.
vng (Migrated from github.com) approved these changes 2023-09-07 19:34:05 +00:00
Sign in to join this conversation.
No description provided.