pigeon-gl

3d map by three.js used in auto-drive simulation systerm

features

GPS & UTM coordinate support

demo

basic demo

utm

UTM utm

on mapbox mapbox

api

documention

    var map = new PigeonGL.Map({
        container:document.getElementById("map"),
        center:[0,0],
        width:window.innerWidth,
        height:window.innerHeight,
        pitch:0,
        rotation:0,
        zoom:21
    })

    //add models
    map.addAtCoordinate(obj,[0,0])
    

build

npm run build

doc

npm run doc