Create Wedges on map using plotly dash

Hi,

I have below dataframe, I want to create wedges on map as shown in image. But all I get is overlapping points with circle symbol , can you suggest how to draw similar wedges on map

sector Lat Long Angle radius
S1500_0 18.22323 42.579665 0 0.5
S1500_1 18.22323 42.579665 120 0.5
S1500_2 18.22323 42.579665 240 0.5

Thanks