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?
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 commandlopocs 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