geostyler / geostyler-mapbox-parser

GeoStyler-Style-Parser implementation for Mapbox
BSD 2-Clause "Simplified" License
13 stars 9 forks source link

Treat icon-size as scale #315

Closed KaiVolland closed 7 months ago

KaiVolland commented 7 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

If an icon-size is specified it will get multiplied with the average of width and height to get the real size in pixels.

dnlkoch commented 7 months ago

:tada: This PR is included in version 5.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: