gee-community/geemap

Fixed datapane library not working

SMYUCAS opened this issue · 0 comments

When the datapane library was upgraded, the original dp.Report was replaced with dp.upload_report and code in 1988-1996 lines in file foliumap.py worked
dp.upload_report(dp.Plot(self),
name=name,
description=description,
source_url=source_url,
tags=tags,
source_file=source_file,
open=open,
formatting=formatting,
)