Skip to content

2026-May-10 - 2.7.15548

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 May 00:50
cc9c50f
fix(unit chooser): size unit images based on actual sizes (#14408)

UnitChooser assumes that all image sizes are the default/standard
of the map, and uses that sizing to scale the images.

This update changes that so we scale images based on their actual
sizes. This should avoid cut-off images or images that are too
large/small.

Fixes #12016