You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue 1359 (#2159)
* Fix for issue 1359
This includes a structural change. I added a Class object with
a include method. This follows leaflet's `L.Class.include`
statement. This allows users to override Leaflet class behavior.
The motivating example for this can be found in the added
`test_include` in `test_map.py`. Using an include, users can
override the `createTile` method of `L.TileLayer` and add
a headers.
* Close#1359
Add an include statement, that will allow users to override
specific methods at Leaflet level. This allows users to customize
the "createTile" method using a JsCode object.
* Add documentation
Fix type hints after adding Branca type checking (#2060)
* remove render() return types
* fix TypeBounds
* missing return statement
* split TypeBounds in input and return types
* deal with bounds from args to return
* fix VegaLite typing
* geojsondetail assert parent is geojson
* bin_edges in choropleth
* geojson/topojson in choropleth
* colormap type in ColorLine
* ruff check
* black
* fix circular import
Remove empty values from the options. (#2049)
* Remove empty values from the options.
* Fix tests
* Updated after review comments
* Update folium/plugins/semicircle.py
---------
Co-authored-by: Frank Anema <33519926+Conengmo@users.noreply.github.com>
Merge pull request #2041 from python-visualization/dependabot/github_…
…actions/github-actions-088cad1836
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the github-actions group