Ian Formanek

Results 2 comments of Ian Formanek

Same problem here so I'll add examples plus link to the actual page in case this would be helpful. The following page renders just fine as screenshot, but the map...

Yeah, this is it! Creating the mapbox-gl instances like this: ``` map = new mapboxgl.Map({ container: '...', ..., preserveDrawingBuffer: true }); ``` fixes the issue when the map would be...