Replies: 2 comments 12 replies
-
Just some ideas that might help you in the right direction: Add a SymbolLayer layer with styles such as
https://docs.mapbox.com/mapbox-gl-js/style-spec/expressions/#ramps-scales-curves or you could use the zoom event and resize an Animated.ShapeSource based on the zoom ? |
Beta Was this translation helpful? Give feedback.
-
@Myzel394 check out turf.js circle method to get what you might want: a polygon around a point with a radius of 50 meters. Just display it via a |
Beta Was this translation helpful? Give feedback.
-
I'm really struggling with this and apparently there literally seems to be no one else wanting this.
How do I make circles that have a "real" size? By "real size" I mean that a given circle has e.g. a radius of 50 meters and then scales accordingly to the current zoom factor, so that it always has a radius of 50 meters (and not 50 pixels).
If you have the same issue, see my answer here
Beta Was this translation helpful? Give feedback.
All reactions