You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added FastMarkerCluster (James Gardiner #585 (proposed by @ruoyu0088))
Use the GIS standard "pixelated" css image-rendering in
image overlays by default (dirkvdb #684 and ocefpaf #686)
API changes
Removed features MarkerCluster in lieu of the plugin version (ocefpaf #704)
choropleth now takes a single geo_data instad of geo_path/geo_str
leaving the parsing to GeoJSON, remove the unused data_out option,
add geopandas support (ocefpaf #702)
All popups are considered HTML text by default (ocefpaf #689)
If a popup requires rendering use the kwargparse_html=True.
PolyLine, Circle and CircleMarker are set to leaflet's defaults and
accepted all Path's optional arguments (ocefpaf #683 and #697)
WmsTileLayer and ImageOverlay are set to leaflet's defaults and accepted
all TileLayer.WMS and ImageOverlay optional arguments respectively (ocefpaf #695 and #697)
Changed default max_bounds to False to reflect leaflet's default value (rdd9999 #641)
Modified Fullscreen plugin kwargs to be more "pythonic"
All .format properties are now .fmt for consistency
Removed the kwargcontinuous_world that is no longer in leaflet's API (ocefpaf #695)
Bug Fixes
subdomain option in TileLayer should be a list and WmsTileLayer overlay default is True (ocefpaf #707)
Checking if the lat, lon locations are floats to avoid empty maps
(radumas #626)