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
Hi I am using mapbox-gl-circle library to create circle on mapbox-gl map in my Angular application providing center of the circle and radius in metres.
Two simple questions:
Can I create half or quarter the circle (something looking like pizza slice) with center coordinates of the circle. So I need exactly the same functionality like creating circle with center coordinates just I don't want full circle, rather than this it would be awesome if I can create half or quarter of the circle?
Can I somehow rotate circle after it is created?
Best regards.
The text was updated successfully, but these errors were encountered:
Right now this library only supports creating the full circle. You're more than welcome to fork the repo and create that feature based on the circle one that we have and open a PR for it. We'll review it as quick as possible.
Hi I am using mapbox-gl-circle library to create circle on mapbox-gl map in my Angular application providing center of the circle and radius in metres.
Two simple questions:
Best regards.
The text was updated successfully, but these errors were encountered: