verma / plasio

Drag-n-drop In-browser LAS/LAZ point cloud viewer. http://plas.io
http://plas.io
MIT License
502 stars 131 forks source link

Project Collaboration. #56

Open fsvieira opened 9 years ago

fsvieira commented 9 years ago

Hi,

I have a similiar project https://github.com/fsvieira/html5-dem-viewer. You can see a old demo here: http://fsvieira.com/desktop/apps/dem_viewer/viewer/

I started to clean it up a bit. My idea was to make a lib, so it would be easier to use it on other projects. You can check a wip here: http://fsvieira.com/beta/mapviewer/www/#/app/map

I am using a json+bzip2 format (http://www.asprs.org/a/publications/proceedings/Louisville2014/Guth.pdf) but it would be interesting to support other formats.

My proposal is to merge both projects on one lib.

What do you think?