Skip to content

Commit 89e5a0a

Browse files
authored
remove continuous_world kw (#695)
1 parent 8335851 commit 89e5a0a

5 files changed

Lines changed: 32 additions & 64 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Vega-Lite features support via altair (njwilson23 #643)
88
- Experimental support for a static png output (ocefpaf #634)
99
- Added support for subdomains options in TileLayer (damselem #623)
10-
- Updated to leaflet 1.1.0 (ocefpaf #639)
10+
- Updated to leaflet 1.2.0 (ocefpaf #693)
1111
- Added `FastMarkerCluster` (James Gardiner #585 (proposed by @ruoyu0088))
1212
- Use the GIS standard "pixelated" css image-rendering in
1313
image overlays by default (dirkvdb #684 and ocefpaf #686)
@@ -17,10 +17,11 @@ API changes
1717
- All popups are considered HTML text by default (ocefpaf #689)
1818
If a popup requires rendering use the `kwarg` `parse_html=True`.
1919
- `Circle` and `CircleMarker` are set to leaflet's defaults and accepted all
20-
`Path` optional arguments (# 683)
20+
`Path` optional arguments (ocefpaf #683)
2121
- Changed default `max_bounds` to `False` to reflect leaflet's default value (rdd9999 #641)
2222
- Modified `Fullscreen` plugin `kwargs` to be more "pythonic"
2323
- All `.format` properties are now `.fmt` for consistency
24+
- Removed the `kwarg` `continuous_world` that is no longer in leaflet's API (ocefpaf #695)
2425

2526
Bug Fixes
2627

0 commit comments

Comments
 (0)