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
This would be useful in conjunction with #4050 when a user wants a very simple way to provide a layer to go under their data. They would provide layout.mapbox.style: "white-bg" and then some data and then something in layout.mapbox.layers with below: traces. If their layer is fully opaque (i.e. some raster tile-server) then the white background won't be visible, but it also won't make any API calls to any server.
The text was updated successfully, but these errors were encountered:
I propose another new shortcut value for
layout.mapbox.style
called"white-bg"
with the following definition:This would be useful in conjunction with #4050 when a user wants a very simple way to provide a layer to go under their data. They would provide
layout.mapbox.style: "white-bg"
and then somedata
and then something inlayout.mapbox.layers
withbelow: traces
. If their layer is fully opaque (i.e. some raster tile-server) then the white background won't be visible, but it also won't make any API calls to any server.The text was updated successfully, but these errors were encountered: