-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
documentationDocumentation about a certain topic should be addedDocumentation about a certain topic should be added
Description
Things like opacity and fill_opacity, color and fill_color requires better explanation.
class RegularPolygonMarker(MacroElement):
def __init__(self, location, popup=None,
color='black', opacity=1, weight=2,
fill_color='blue', fill_opacity=1,
number_of_sides=4, rotation=0, radius=15):
"""
TODO docstring here
"""Reference: https://github.com/humangeo/leaflet-dvf/wiki/6.-Markers
@jelmelk is this something you are willing to do?
Metadata
Metadata
Assignees
Labels
documentationDocumentation about a certain topic should be addedDocumentation about a certain topic should be added