Point size based on zoom

I am plotting points on a map with mapbox, and I would like those points to have a fixed size in meters, i.e., they should become larger when zooming in; this is what is achieved for example in Bokeh with the radius option.
Is it possible in plotly too?
Thx,
PP

1 Like

I agree. This is really necessary when I want to simply mark an area by the plotly marker especially in case of I don’t know exact boundary or I already have too many coordinates. But unfortunately, there is no such option as I know. Any suggestion for a workaround? or related issue on github?