This might give a convenient way to alter the style before the map is loaded. I'm thinking something like: ```js const map = U.create(mapboxgl, { container: 'map', style: 'mapbox://styles/blah.foo', }, { transformStyle: style => { ... }); ```
This might give a convenient way to alter the style before the map is loaded.
I'm thinking something like: