mapbox-gl-js
mapbox-gl-js copied to clipboard
How does mapboxgl handle rendering with different vector data at different zoom?
For example, when rendering buildings, when zoom changes from 5 to 6, are the rendering objects of zoom 5 deleted and then rendered at zoom 6? Will this cause flickering? How does mapboxgl handle preventing flickering?