fanvanzh / 3dtiles

The fastest tools for 3dtiles convert in the world!
Apache License 2.0
1.98k stars 594 forks source link

shp 转3dtiles转换只出来第6级,而且在cesium里加载不出来 #168

Closed xduoo closed 3 years ago

xduoo commented 3 years ago

shp 转3dtiles转换只出来第6级,而且在cesium里加载不出来 3dtile.exe -f shape -c '{\"offset\":0,\"max_lvl\":20}' -i D:\data\shp\合肥.shp -o D:\data\floor\ --height Floor 合肥.zip

fanvanzh commented 3 years ago

坐标系是 4326 吗?

xduoo commented 3 years ago

坐标系是 4326 吗?

是的 4326的

fanvanzh commented 3 years ago

只有6级可能是因为 shp 文件本来就小,到第六层就不再分裂了。 加载不出来,你需要 DEBUG 以下 cesium 加载的流程看看是什么原因。

xduoo commented 3 years ago

只有6级可能是因为 shp 文件本来就小,到第六层就不再分裂了。 加载不出来,你需要 DEBUG 以下 cesium 加载的流程看看是什么原因。

好的 谢谢