I working in Dash and have a Scattermapbox displaying markers that vary in size depending on certain parameters selected by user. The problem is when user zooms in the markers scale with the zoom and become smaller in relation to the map itself. How can I fix the radius of the marker (say 5 mile radius) so that when I zoom in the marker stays the same size relative to the country map?
Hi, please add me to this list too. When user zooms in the markers become tiny. Quite counterintuitive. Almost frustrating. The question is old (2018) I’m wondering if there is a solution yet.
I solved this in the past by adding a client side callback that listens to the plot relayoutData then uses Plotly.restyle to change the marker size based on zoom level.