2.0.4 • Published 4 years ago

testvmap v2.0.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
4 years ago

vmap

基于antv-l7的专题地图渲染引擎

使用方法

通过npm安装

npm install @thcloud/vmap
const Vmap = require('testvmap')

const map = VMap.Map({
  style: 'http://path/to/mapstyle',
  container: 'container'
})

需要使用Echarts

在html页面中导入

<script src="https://cdn.jsdelivr.net/npm/echarts@5.0.0/dist/echarts.min.js"></script>
或
<script src="https://unpkg.com/@thcloud/vmap@1.0.0/libs/echarts.min.js"></script>

文档

查看在线文档

2.0.3

4 years ago

2.0.2

4 years ago

2.0.4

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago