Skip to content

Tags: python-visualization/folium

Tags

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.19.7

Toggle v0.19.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issues 2152

Enable CustomIcon to be displayed from a GeoJson.

v0.19.6

Toggle v0.19.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for new tile image (#2146)

v0.19.5

Toggle v0.19.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix icon when passing Marker to GeoJson (#2086)

* fix geojson marker icon

* mypy

* ruff

* After review comments

---------

Co-authored-by: Hans Then <hans.then@gmail.com>

v0.19.4

Toggle v0.19.4's commit message
Fix javascript template (#2071)

v0.19.3

Toggle v0.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.19.2

Toggle v0.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
TileLayer: max_native_zoom cannot be null (#2044)

* remove null values from options

* revert

* max_native_zoom int value

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Py313 (#2013)

* pin pandas and remove twine

* remove py38 and add py313

* run tests on py313