Releases: python-visualization/folium
Releases · python-visualization/folium
Latest release
0.1.6
- Added default options to tile_layer (ozak 1ad2336)
- Introduce free scale for geo_json (Nikolay Koldunov 21e2757)
- Added Image Overlay. (andrewgiessel b625613)
- All popups can take a
popup_width
keyword to adjust the width in
text/HTML (ocefpaf #157). - CAVEAT! Backwards incompatibly change: the keyword
width
in popups is now
popup_width
to avoid confusion with mapwidth
. - Simpler HTML repr (ocefpaf a343106)
Bug Fixes
v0.1.5
Version 0.1.5
- Popups on lines. (themiurgo #122)
- Map auto bounds. (themiurgo #134)
- GeoJSON popup. (ocefpaf 7aad5e0)
- Added cartodb positron and dark_matter tiles (ocefpaf d4daee7)
- Forcing HTTPS when available. (ocefpaf c69ac89)
- Added Stamen Watercolor tiles. (ocefpaf 8c1f837)
- Added non-pixel width and height. (ocefpaf a87a449)
- Default map size is defined as non-pixel and equal to 100% of the window.
(ocefpaf dcaf575)
Bug Fixes
v0.1.4
New features
- Popups allow unicode. @apatil
- Support for https protocol. @apatil
- Custom popup width. @ocefpaf
- Support multiPolyLine. @scari
- Added max and min zoom keywords. @Paradoxeuh
Bug Fixes
- Remove margins from leaflet-tiles (Fixes #64). @lennart0901
- Template not found on Windows OSes (Fixes #50). @Paradoxeuh
- WMS layer on python 3. @ocefpaf