cTool

Description:
  • 常用工具、和地图无关的方法
常用工具、和地图无关的方法

Methods

(static) downloadFile(fileName, datastr)

Description:
  • 文本或json等下载方法
Example
cTool.downloadFile("测试.json",JSON.stringify(data));
Parameters:
Name Type Description
fileName String 文件名称,后缀需要加类型,如.txt / .json等
datastr String 文本字符串

(static) downloadImage(fileName, canvas)

Description:
  • 图片下载方法
Parameters:
Name Type Description
fileName String 图片名称
canvas Canvas dom canvas对象