map3d
v1.0.1
Published
wegbl 3d map
Downloads
24
Readme
map3d Visualization Platform Kernel
map3d Is based on three.js A set of mature map library, which can convert geojson into 3D vector map, can easily realize heat map, flying line, scatter point, solid column, map drilling and a variety of animation material effects on the map, you can understand the following:)
1.Install
npm install --save map3d
2. Usage
import map3d from 'map3d'
var opt={
el:document.getElementById('map'),
debugger:true,
geoData:geoData//geojson
}
var map=new Map3D(opt)
3.Packaging & Publishing
npm run build
npm publish