dashenxian

Results 6 comments of dashenxian

I also encountered the same problem version:[v1.0.12](https://github.com/OpenDroneMap/Obj2Tiles/releases/tag/v1.0.12) objfile:[obj_group_xwcshy_model.zip](https://github.com/OpenDroneMap/Obj2Tiles/files/13247059/obj_group_xwcshy_model.zip) command:.\Obj2Tiles.exe .\obj_group_xwcshy_model\build_0559d0fa28704480952f058ede210c08_3.obj .\outpu1

反对合成一个项目,同意可以把监控项目也发布成nuget包,监控项目要可以独立部署

是的,就是可以自己建立web项目,不一定从github下载,对于扩展更多自己特有的监控更方便,多一种选择而已

既可以跟着你的web项目升级,也可以扩展

if YUpToZUp is bool? type,it will be right; ```diff [Option('t',"y-up-to-z-up", Required = false, HelpText = "Convert the upward Y-axis ",Default=true)] -- public bool YUpToZUp { get; set; } ++ public...

> `bool` parameters are a `Switch Option`. If the option is passed to the command line, it will always be `true`. > > For your desired behavior (being able to...