Skip to content

Map: add_circle() #47

@clarisma

Description

@clarisma

Allow users to directly add circles to a Map.
Right now, the only way to show a circle is buffering a point to create an approximate Shapely Polygon:

circle = shapely.buffer(point, to_mercator(meters=100, lat=38))
map.add(circle)

This would be nicer:

map.add_circle(point, meters=100)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions