-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Export a draw circle #1565
Comments
I would love to solve this issue for you @giswqs. Can I be assigned to this issue? |
@Conengmo @ocefpaf I'm having some issues solving this problem. Could you or other contributors offer some guidance? This is one of my first contributions, and I would like to keep contributing to Folium. I understand that in the plugin Draw, Folium uses Leaflet's own Draw, but Leaflet's documentation doesn't contain attributes for the radius so I'm not sure that's the right way to tackle this unless I bring in new libraries. Maybe I could use the radius that shows up on the screen when making a circle, but I can't find a way to capture that. Any other ideas? Which files should I be working with? I thought instead of making a plugin, it would be best to add/change code from existing files. Whatever works and is more efficient. If there's a way to privately message, I would appreciate that even more. Thank you. |
I think this is related Leaflet/Leaflet.draw#551 Bottom line is that GeoJSON standard does not have a Circle |
Thanks @alessioarena! Unfortunately not much we can do about it. If new information comes up do please share here. |
This exported geojson of a circle has only one point. Should there be a radius in the output geojson?
The text was updated successfully, but these errors were encountered: