Oslandia / lopocs

Migrated to: https://gitlab.com/Oslandia/lopocs
GNU Lesser General Public License v2.1
83 stars 25 forks source link

Can't see any point in potree viewer #27

Closed ipasic closed 4 years ago

ipasic commented 6 years ago

Hi, after more then a year I decided to give a change again to lopocs serve so I've installed latest versions of all dependencies and created test postgis database with all required extensions. I've modified conf/lopocs.yml where i defined connection details for postgresql. Afterwards I've sucessfully loaded my las point cloud to the database using command lopocs load --potree --table my_pointcloud --work-dir /path/to/data/ /path/to/data/my_pointcloud.las After that, i could create tileset using command lopocs tileset --table my_pointcloud --work-dir /path/to/data/

However, when i run lopocs serve and open potree page (served locally by nginx) I'm not able to see any point cloud. I see just overview map in top left corner (that is centered on correct location) but no point cloud at all. Not sure why, did I miss some step?

Thanks

delhomer commented 4 years ago

Moved to https://gitlab.com/Oslandia/lopocs/-/issues/27