Volodymyr Agafonkin
Volodymyr Agafonkin
Good idea! Would you like to submit a pull request for this?
Ah, right. We could either add `rel=noopener` to all links after every attribution update dynamically, or find out if we could change it in the maps API.
For the heatmap, this is technically impossible since the heatmap layer gets colorized after the accumulation stage (when all features are rendered into one grayscale texture), using a single gradient...
@EarlOld this only works for a single feature. Ideally, we would be able to set data-driven line-gradients for tons of lines in the same layer (such as a road network...
Because `map` is `undefined` at the time you call it? It's impossible to tell without a live reproducible test case which was in the issue template. Anyway, this repo is...
I think it's working as designed β from the docs: > Fired immediately after all necessary resources have been downloaded and the **first** visually complete rendering of the map has...
@stepankuzmin should we fix `isStyleLoaded` instead of changing the semantics of `load` then?
Related issue we need to cover when fixing this: #4849
@marco333333 for half-float textures, can you use an extension for WebGL 1? This is how they're used for the heatmaps layer in GL JS core: https://github.com/mapbox/mapbox-gl-js/blob/097aad1a5173a538e286e37ec4490e1cb878a14f/src/gl/context.js#L112
I wonder if there are compatibility issues we should be aware of when switching to WebGL 2.0 where available β there could be subtle differences we risk hitting with the...