chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

deck.gl migration: When loading photo tiles, the map background is shown #978

Open tahini opened 3 weeks ago

tahini commented 3 weeks ago

With the new deck.gl, if one tile is not correctly loaded, it will display empty at this location location and the map background will be seen, as the following screenshot shows.

Capture d’écran du 2024-06-10 09-37-36

In the current mapbox setup however, when the same thing happens, it will rather show part of an image from a different zoom layer, as this screenshot show, where we see on the right a fuzzy tile from another zoom level where the current tile has not been loaded yet. This is the desired behavior.

Capture d’écran du 2024-06-10 09-38-05