-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
bugAn issue describing unexpected or malicious behaviourAn issue describing unexpected or malicious behaviourdocumentationDocumentation about a certain topic should be addedDocumentation about a certain topic should be added
Description
The folium documentation for a circle says that the radius parameter is "Circle radius in pixels"
http://folium.readthedocs.org/en/latest/#circle-markers
The live example shows that it's calling L.circle() JavaScript method and passing the radius to that method.
Jumping over to Leaflet documentation, it says that radius is "... radius of a circle. Units are in meters."
http://leafletjs.com/reference.html#circle
So isn't the radius passed to folium actually the radius in meters? If that's the case, I can submit a PR to update the documentation. Otherwise, am I missing a conversion somewhere?
Metadata
Metadata
Assignees
Labels
bugAn issue describing unexpected or malicious behaviourAn issue describing unexpected or malicious behaviourdocumentationDocumentation about a certain topic should be addedDocumentation about a certain topic should be added