zhu18 / map3d

基于three实现的3d地图

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

map3d

npm Status npm Status install size publish size total downloads

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

4.Change log

Releases

About

基于three实现的3d地图


Languages

Language:JavaScript 100.0%