Closed KaiVolland closed 11 months ago
This changes the interpretation of the icon-size property to match the description of the mapbox style definition: https://docs.mapbox.com/style-spec/reference/layers/#layout-symbol-icon-size
icon-size
If an icon-size is specified it will get multiplied with the average of width and height to get the real size in pixels.
:tada: This PR is included in version 5.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This changes the interpretation of the
icon-size
property to match the description of the mapbox style definition: https://docs.mapbox.com/style-spec/reference/layers/#layout-symbol-icon-sizeIf an icon-size is specified it will get multiplied with the average of width and height to get the real size in pixels.