You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to make it so that zooming the map doesn't affect the radius of the semicircle when it is drawn?
i.e Zooming in real close on the demo map makes the semicircles extremely large, and I am after a way to keep their size fixed regardless of zoom level. e.g always have a radius of say 100px
My first attempt was a simple linear transform of the radius parameter based on current zoom level of the map which doesn't quite work, it looks as though the way things are projected isn't linear or I'm misunderstanding something.
The text was updated successfully, but these errors were encountered:
Is there a way to make it so that zooming the map doesn't affect the radius of the semicircle when it is drawn?
i.e Zooming in real close on the demo map makes the semicircles extremely large, and I am after a way to keep their size fixed regardless of zoom level. e.g always have a radius of say 100px
My first attempt was a simple linear transform of the
radius
parameter based on current zoom level of the map which doesn't quite work, it looks as though the way things are projected isn't linear or I'm misunderstanding something.The text was updated successfully, but these errors were encountered: