地图格网生成工具,可以绘制在已有canvas或者导出图片等
下载dist
文件夹下的mapgrid.js
文件,包含到项目中即可
new MapGrid(document.getElementById('canvas').getContext('2d'), [bounds._sw.lng, bounds._sw.lat, bounds._ne.lng, bounds._ne.lat], 800, 800);
const mapGrid = new MapGrid(null, [bounds._sw.lng, bounds._sw.lat, bounds._ne.lng, bounds._ne.lat], 800, 800);
mapGrid.getCanvas().toDataURL('image/png')
npm run build
npm install
npm run start
## 浏览器打开
http://localhost:8099/test.html
- 支持各种DPI
- 支持经纬度坐标系
- 支持多种样式的格网,例如 点、十字
- ……
👤 MrSmallLiu QQ:1016817543
期待各位的加入
Give a ⭐️ if this project helped you!