Skip to content

RegularPolygonMarker needs a docstring #281

@ocefpaf

Description

@ocefpaf

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

No one assigned

    Labels

    documentationDocumentation about a certain topic should be added

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions