-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for great circles in Leaflet.Extras #44
Comments
Added code for adding GreatCircle, |
Hi Bhaskar, Thanks for working on it. Actually we are looking for something different. If you see the link provided by Udhbhav in the issue, you will see that the circle is re-position-able and the functionality of the circle is to calculate the radius/circumference/diameter etc from a fixed point to the point where we drag the other end. https://www.thasler.com/leaflet.geodesic/example/circle.html And below is the link for JS script code for the above functioning: https://github.com/henrythasler/Leaflet.Geodesic/blob/master/example/circle.html Thanks once again for your time on this! |
This can be supported. I presume you would want to read back the area/radius of the great circle after resizing/moving in Shiny ? |
Yes. Shiny would be great! And thank you for the quick response :) |
Hi Bhaskar, Did you get a chance to work on this? Thanks in advance :) |
Hi Aditya, Unfortunately I lost last two weeks due to sickness. I will begin working on this soon this week. |
Sure no problem! Thanks again :) |
Hi Bhaskar, Did you get a chance to work on this? Thanks in advance :) |
Do you still have a working example of this use-case? |
https://www.thasler.com/leaflet.geodesic/example/circle.html
The text was updated successfully, but these errors were encountered: