1- 0.2.0
1+ 0.2.0.dev
2+ ~~~~~~~~~
3+ TODO
4+
5+
6+ 0.1.6
7+ ~~~~~
8+ - Added Image Overlay. (andrewgiessel b625613)
9+ - All popups can take a `popup_width` keyword to adjust the width in
10+ text/HTML (ocefpaf #157).
11+ - CAVEAT! Backwards incompatibly change: the keyword `width` in popups is now
12+ `popup_width` to avoid confusion with map `width`.
13+
14+
15+ 0.1.5
216~~~~~
3- - Popups on lines. (themiurgo 97c0a02 )
4- - `fit_bounds` method . (themiurgo 713c292 )
17+ - Popups on lines. (themiurgo #122 )
18+ - Map auto bounds . (themiurgo #134 )
519- GeoJSON popup. (ocefpaf 7aad5e0)
620- Added cartodb positron and dark_matter tiles (ocefpaf d4daee7)
721- Forcing HTTPS when available. (ocefpaf c69ac89)
822- Added Stamen Watercolor tiles. (ocefpaf 8c1f837)
9- - Added Image Overlay. (andrewgiessel b625613)
10-
11- Bug Fixes
12- - popup width keyword is now consistent in all pop objects (ocefpaf e2c0310)
23+ - Added non-pixel width and height. (ocefpaf a87a449)
24+ - Default map size is defined as non-pixel and equal to 100% of the window.
25+ (ocefpaf dcaf575)
1326
1427Bug Fixes
1528
1629- Draw GeoJSON first. (ocefpaf d92bdbe)
30+ - Removed keyword unnecessary `popup_on`. (themiurgo 204d722)
31+ - Fixed MapQuest Open Aerial URL. (ocefpaf 5e787fa)
32+
1733
18340.1.4
1935~~~~~
@@ -29,6 +45,7 @@ Bug Fixes
2945- Fix #50 template not found on Windows OSes. (ocefpaf 101daee)
3046- Fixed `add_wms_layer` py3k bug. (ocefpaf 154f0a5)
3147
48+
32490.1.3
3350~~~~~
3451- Bootstrap glyphicon marker icons. @birdage
@@ -51,6 +68,7 @@ Bug Fixes
5168- Changed no-data fill to null/no-fill, rather than #fff. (Rob Story 6ff80a6)
5269- Fixed issue with counties TopoJSON. (Rob Story cddaab3)
5370
71+
54720.1.2
5573~~~~~
5674- TopoJSON functionality. (Rob Story 5566b71)
0 commit comments