Hello, we are trying to render XYZ map layers using WebTiledLayer but we noticed that when the URL template contains a .webp extension the layer has the “Loaded” status but does not render on the map, however, by replacing the .webp extension in the URL template by .png, the map layer works:
Does not work:
https://cartodb-basemaps-a.global.ssl.fastly.net/light_all/{level}/{col}/{row}.webp
Works:
https://cartodb-basemaps-a.global.ssl.fastly.net/light_all/{level}/{col}/{row}.png
We wonder if this is expected or if there is any approach to solve this. Thanks in advance.