You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the demonstration, there is two features with size 0.1 and 0.09 calculated from property.
The icon with size 0.1 is displayed while the 0.09 is not.
If i set 'icon-size': 0.09 (not expression) it works as expected.
It also works as expected if the expression does not contain ['get', ...] expression
Expected Behavior
Display the symbol with 0.09 scale
Actual Behavior
Symbol is displayed with 0 scale
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version: 0.47.0
browser: chrome, firefox
Steps to Trigger Behavior
Link to Demonstration
https://jsfiddle.net/og5tbcLn/31/
In the demonstration, there is two features with size 0.1 and 0.09 calculated from property.
The icon with size 0.1 is displayed while the 0.09 is not.
If i set 'icon-size': 0.09 (not expression) it works as expected.
It also works as expected if the expression does not contain ['get', ...] expression
Expected Behavior
Display the symbol with 0.09 scale
Actual Behavior
Symbol is displayed with 0 scale
The text was updated successfully, but these errors were encountered: