Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added layers to mapmarks #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JakubKrawczuk
Copy link

  • Added layers to enable mapmarks to be prioritized
  • Backwards compatible
  • negative: text on clear background looks bad (maybe more advanced alpha channel will fix that?)

* Added layers to enable mapmarks to be prioritized
@JakubKrawczuk
Copy link
Author

Or it could be done just by sorting TMapMarkList.FList by TMapMark.Layer (probably easier, faster and eliminates downside)

@Fr0sT-Brutal
Copy link
Owner

Interesting! Thanks for your input! I think I start with adding layerIDs and sorting the list by this field, leaving layer bitmaps to the future.

@Fr0sT-Brutal Fr0sT-Brutal self-assigned this Sep 24, 2021
@Fr0sT-Brutal
Copy link
Owner

Done partially in v0.6.0, just layer numbers for now. I made them Byte to benefit from sets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants