Mapbox GL v1.0.1 Release Notes

Release Date: 2020-02-03 // about 4 years ago
  • ๐Ÿš€ 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.