Fr0sT-Brutal / Delphi_OSMMap

Visual control for Delphi and Lazarus to display OSM map
Mozilla Public License 2.0
65 stars 22 forks source link

Added layers to mapmarks #8

Open JakubKrawczuk opened 3 years ago

JakubKrawczuk commented 3 years ago
JakubKrawczuk commented 3 years ago

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

Fr0sT-Brutal commented 3 years ago

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 commented 3 years ago

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