I want to change the language of mapbox in Pydeck.
Can I change it using setLayoutProperty on deck.gl, but can it be done with Pydeck?
Hi @swha03 can you provide some example code of what you're trying to do?
You mean deck.gl example code?
map.setLayoutProperty('country-label-lg', 'text-field', '{name_fr}')
@swha03 you can create a map style with the desired labels and pass it鈥檚 url to pydeck.
@swha03 you can set the language on a tile set in Mapbox Studio:

You can then use the style URL published from Mapbox Studio in pydeck.
Thank you very much for your kind reply every time I ask!
Most helpful comment
@swha03 you can set the language on a tile set in Mapbox Studio:
You can then use the style URL published from Mapbox Studio in pydeck.