0.6.0
Popupaccepts new argumentsshow(render open on page load) andsticky(popups
only close when explicitly clicked) (jwhendy #778)- Added leaflet-search plugin (ghandic #759)
- Improved Vector Layers docs, notebooks, and optional arguments (ocefpaf #731)
- Implemented
export=False/Trueoption to the Draw plugin layer for saving
GeoJSON files (ocefpaf #727) - Internal re-factor to reflect leaflet's organization (ocefpaf #725)
- Added
tooltipsupport toMarkers (ocefpaf #724) - Added
tooltipsupport to all vector layers (ocefpaf #722) - Added
TimeSliderChoroplethplugin (halfdanrump #736) - Added
showparameter to choose which overlays to show on opening (conengmo #772) - Added BeautifyIcon Plugin (arthuralvim and jeremybyu #819)
- Explicit WMSTileLayer options, accept all **kwargs (conengmo #838)
- Updated links to Draw plugin (conengmo #868)
- Ingest any object that
__geo_interface__(ocefpaf #880) - Added
FeatureGroupSubGroupplugin (shtrom #875) - Added
durationoption toTimestampedGeoJson(andy23512 #894) - Added
zoom_controltoMapto toggle zoom controls as per enhancement (#795) (okomarov #899) - Change default
date_optionsin TimestampedGeoJson (andy23512 #914) - Added gradient argument to HeatMapWithTime (jtbaker #925)
- Added
TooltipandGeoJsonTooltipclasses (jtbaker #883)
API changes
- Refactor
ImageOverlay,VideoOverlay,WmsTileLayer, andTileLayerto a
newraster_layers.pymodule (ocefpaf #729) RectangleandPolygonwere renamed and set to leaflet's defaults.
Both now accepted allPath's optional arguments (ocefpaf #722)
Bug Fixes
- Fixed numpy array bug (#749) in _flatten
- Unify
get_boundsroutine to avoid wrong responses - If Path option
fill_coloris present it will overridefill=False - Fix disappearing layer control when using FastMarkerCluster (conengmo #866)
- Host heatmap.js to circumvent adblockers (conengmo #886)
- Fix permission error in Map._to_png() due to tempfile (conengmo #887)
- Replace strftime use in TimesliderChoropleth example (conengmo #919)