A thematic map engine based on antv-l7
npm install @geoway/vmaphtml
`
$3
`
npm install @vision/vmap
`
`js
import * as VMap from '@vision/vmap'
const map = VMap.Map({
style: 'http://path/to/mapstyle',
container: 'container'
})
`
文档
查看在线文档
开发
`shell
npm install
npm run start
在浏览器打开http://localhost:8080/debug查看预览
npm run build
`
发布
将发布的文件复制到deploy文件夹,然后在deploy文件夹内运行npm publish`,注意更新版本号和changelog