Skip to content
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

Add EventHandler to layer object #1903

Closed
wants to merge 5 commits into from

Commits on May 18, 2024

  1. Add EventHandler to layer object

    In combination with JsCode this makes it easier for users to
    add `on` method calls for event handling without extending
    Folium itself.
    
    The functionality was inspired by PR python-visualization#1866 by @yschopfer19.
    The PR was not accepted yet, because of concerns with code
    duplication. In the approach taken in the current PR, python-visualization#1866 would
    not be necessary anymore, as the requested changes could be added
    completely in client code space.
    hansthen committed May 18, 2024
    Configuration menu
    Copy the full SHA
    ebc34c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    934ab68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d1511b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5425f6d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Add extra docstring line

    hansthen committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6690c52 View commit details
    Browse the repository at this point in the history