Trying to produce a dataset for web publishing...
The tools works great for small data LAZ sets, and I can see them in a browser (using nginx for web hosting) without trouble.
I then tried with a larger set of data. LasPublish runs through the data, completes and creates the published portal folder, HTMl file, libs etc just as it would for the small test. I then move it under nginx, and can open it in chrome, but only the potree framework appears, not data :-(
Using chrome debuger, there are no javascript exceptions in the debug console, so the error is subtle. Here is the feedback from ,the tool...
D:\Projects\Gp1500\MBES>laspublish -i GP1483_Recce_GA4421_25m_I3_Mean.laz -odir portal -title MH370Bathy -o portal.html -olaz
WARNING: no projection information. omitting 2D download map ...
== params ==
source[0]: GP1483_Recce_GA4421_25m_I3_Mean.laz
outdir: portal
spacing: 0
diagonal-fraction: 200
levels: -1
format:
scale: 0
pageName: portal
output-format: LAZ
projection:
AABB:
min: [447,800, 5.64045e+06, -6,979.25]
max: [2.11945e+06, 7.30138e+06, -623]
size: [1.67165e+06, 1.66093e+06, 6,356.25]
cubic AABB:
min: [447,800, 5.64045e+06, -6,979.25]
max: [2.11945e+06, 7.3121e+06, 1.66467e+06]
size: [1.67165e+06, 1.67165e+06, 1.67165e+06]
spacing calculated from diagonal: 14,476.9
READING: GP1483_Recce_GA4421_25m_I3_Mean.laz
INDEXING: 1,000,000 points processed; 1,000,000 points written; 2.203 seconds passed
INDEXING: 2,000,000 points processed; 2,000,000 points written; 3.661 seconds passed
INDEXING: 3,000,000 points processed; 3,000,000 points written; 5.193 seconds passed
INDEXING: 4,000,000 points processed; 4,000,000 points written; 6.683 seconds passed
INDEXING: 5,000,000 points processed; 5,000,000 points written; 8.237 seconds passed
INDEXING: 6,000,000 points processed; 6,000,000 points written; 9.89 seconds passed
INDEXING: 7,000,000 points processed; 7,000,000 points written; 11.486 seconds passed
INDEXING: 8,000,000 points processed; 8,000,000 points written; 13.03 seconds passed
INDEXING: 9,000,000 points processed; 9,000,000 points written; 14.805 seconds passed
FLUSHING: 5.907s
INDEXING: 291,000,000 points processed; 291,000,000 points written; 662.9 seconds passed
INDEXING: 292,000,000 points processed; 292,000,000 points written; 664.362 seconds passed
INDEXING: 293,000,000 points processed; 293,000,000 points written; 665.783 seconds passed
INDEXING: 294,000,000 points processed; 294,000,000 points written; 667.194 seconds passed
INDEXING: 295,000,000 points processed; 295,000,000 points written; 668.598 seconds passed
INDEXING: 296,000,000 points processed; 296,000,000 points written; 669.995 seconds passed
closing writer
conversion finished
296,989,906 points were processed and 296,989,906 points ( 100% ) were written to the output.
duration: 676.078s
D:\Projects\Gp1500\MBES>
when I open the resulting portal.html file, all I see is the potree interface, no data whatsoever.
any thoughts what I am doing wrong?
regards