Select to view content in your preferred language

WebTiledLayer does not show on the map

228
1
03-12-2025 12:41 PM
CristhianSanchez
Emerging Contributor

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.

Tags (1)
0 Kudos
1 Reply
PhilipGruenler
Esri Contributor
This is expected. We do not currently support the webp image format for web tiled layers. If you would like it supported in the future, please log an idea on the ArcGIS Maps SDKs Native Ideas board. Thanks for you question.
0 Kudos