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 current pattern of manually altering specific filters and properties of the style is a bit chaotic and makes debugging hard. We should have a factory function that generates fully defined stylesheets based on a fixed set of parameters and then apply them to the map with the setStyle function (which only processes diffed changes). On the dev side we can save these stylesheets to files for easy inspection and distribution.
The text was updated successfully, but these errors were encountered:
The current pattern of manually altering specific filters and properties of the style is a bit chaotic and makes debugging hard. We should have a factory function that generates fully defined stylesheets based on a fixed set of parameters and then apply them to the map with the
setStyle
function (which only processes diffed changes). On the dev side we can save these stylesheets to files for easy inspection and distribution.The text was updated successfully, but these errors were encountered: