Add geographic information on Dash Maps

Hi all,
I integrated a mapbox map on my dash script. But now I need to show more information on the map such as the districts zone.
i.e. Is there anyway where we can highlights or show different district with darker borders and names ?

I am not sharing any code , since it is a basic one.

Hi @waelco did you already check out the tutorials in https://plot.ly/python/maps/? Map traces have a lot of different arguments, you can use the text argument for adding the names of districts.

I tried that but not helping .
It is not even showing anything on the map.

did you set up your mapbox token as described in https://plot.ly/python/scattermapbox/ ? A blank map could be a credentials issue.