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
I have lots of geojson model features close together in a map. When I zoom out some of the models disappear, I assume this is some sort of culling which is happening to help improve performance. However if I didn't want this to happen or change what zoom levels this happens it is there a way to do this?
I think this is due to the density reduction algorithm that map-box have introduced which is impacted by the zoom level. I have created a PR here to add a layer layout property "model-allow-density-reduction" which would allow usecases where we dont want the density reducing when zooming out. #13433
mapbox-gl-js version: 3.10.0
Browser: Chrome
Question
I have lots of geojson model features close together in a map. When I zoom out some of the models disappear, I assume this is some sort of culling which is happening to help improve performance. However if I didn't want this to happen or change what zoom levels this happens it is there a way to do this?
Example - https://jsbin.com/suhocesugo/edit?html,output
Can you see as you zoom out of the map that the models seem to disappear.
Links to related documentation
I have attempted to change the model-ambient-occlusion-intensity and model-cutoff-fade-range, however I don't think these are the right paint properties to change?
I understand this might be a limitation and can't be changed!
The text was updated successfully, but these errors were encountered: