mfbonfigli / gocesiumtiler

A Cesium.js point cloud 3D tiles generator from LAS files written in Golang
GNU Lesser General Public License v3.0
169 stars 36 forks source link

3857 model changed size #43

Closed skemaikin closed 2 months ago

skemaikin commented 2 months ago

Hello!

I have a LAS model in the 3857 coordinate system - the Christmas tree. The size at the base is approximately 6.6 meters. When I create a tileset, the model is compressed by about 1.4 times in the XY plane (4.8 meters). I just don't understand the reason.

Here is the model: https://drive.google.com/file/d/1ElwbcpubJ6oYFVeHf2vQQhDlNBy_ctVJ/view?usp=sharing

skemaikin commented 2 months ago

Sorry, my fault. I used coordinate transformations incorrectly.