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
The "artifact" circles seem to appear on exact zoom levels. In the linked jsbin, it can be noticeably triggered at z6. Depending on how I write the expression/stops it seems to get better/worse.
mapbox-gl-js version: 0.44.1
Steps to Trigger Behavior
'type': 'circle'
and stylecircle-radius
with data driven styling factoring zoom levelstops
method as well as newer expressions method.Expected Behavior
In a previous API version (0.32.1)
Actual Behavior
As stated above, I've styled
circle-radius
using the older and newer methods:Older "stops" method
Newer expressions method
The text was updated successfully, but these errors were encountered: