We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf5de6 commit 03d068eCopy full SHA for 03d068e
CHANGES.txt
@@ -1,5 +1,6 @@
1
0.4.0
2
~~~~~
3
+- Optional `iconCreateFunction` for `MarkerCluster` to customize the icons (odovad #701)
4
- Added `HeatMapWithTime` (Padarn #567)
5
- Added `MeasureControl` (ocefpaf #669)
6
- Added `VideoOverlay` plugin (ocefpaf #665)
@@ -14,6 +15,8 @@
14
15
16
API changes
17
18
+- `choropleth` now takes a single `geo_data` instad of `geo_path`/`geo_str`
19
+ leaving the parsing to `GeoJSON`, and can take geopandas obj (ocefpaf #702)
20
- All popups are considered HTML text by default (ocefpaf #689)
21
If a popup requires rendering use the `kwarg` `parse_html=True`.
22
- `PolyLine`, `Circle` and `CircleMarker` are set to leaflet's defaults and
0 commit comments