0.1.1 • Published 4 years ago

@tntv/three-map v0.1.1

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

基于ThreeJs封装的地图组件

安装

npm install @tntv/three-map --save

如何使用

import ThreeMap from "@tntv/three-map";

// 初始化地图
const dom = document.getElementById('myMap');
const map = new ThreeMap({}, geojson);
map.init(dom);
0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago