mlyknown
V2EX  ›  问与答

前端百度地图导出图片

  •  
  •   mlyknown · Jul 12, 2021 · 1251 views
    This topic created in 1766 days ago, the information mentioned may be changed or developed.

    百度地图可以导出成图片吗? 普通导出失效了。

    html2canvas($0, { useCORS: true, allowTaint: true, // width: box.clientWidth, // height: box.clientHeight, // scrollY: 0, // scrollX: 0, // scale: 1, }).then(canvas => { const url = canvas.toDataURL(); const triggerDownload = $("").attr("href", url).attr("download", "map.png").appendTo("body"); triggerDownload[0].click(); triggerDownload.remove(); });

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4490 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 54ms · UTC 10:07 · PVG 18:07 · LAX 03:07 · JFK 06:07
    ♥ Do have faith in what you're doing.