This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
maps-v1.0.1
maps-v1.0.1 (2020.01-release-unicorn)
🐞 Bug fixes
-
[core] Use std::list instead of std::map for factory instance (#16161)
Factory 'get' method can be invoked recursively and stable iterators are required to guarantee safety.
-
[tile mode] Improvements in symbol placement on tile borders (#16159)
In tile mode, the placement order of two symbols crossing a tile border is defined by their anchor Y values.
Symbols crossing the borders between two neighboring tiles are placed with priority.
It improves symbol placement stability in the tile map mode.