1.1.1 • Published 4 years ago

geoc-mapgrid v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Welcome to mapgrid 👋

Version

地图格网生成工具,可以绘制在已有canvas或者导出图片等

grid

如何使用

下载dist文件夹下的mapgrid.js文件,包含到项目中即可

绘制在已经存在的canvas上

new MapGrid(document.getElementById('canvas').getContext('2d'), [bounds._sw.lng, bounds._sw.lat, bounds._ne.lng, bounds._ne.lat], 800, 800);

无需canvas,导出图片

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

👤 LOUSANPANG

期待各位的加入

Show your support

Give a ⭐️ if this project helped you!

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago