管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-09-23 ee1dff45595e094d7874718b960adf959283b993
ExportMap/Controllers/ConvertController.cs
@@ -28,7 +28,7 @@
            //string wkt = TerrainUtils.GetPointZ(new XYZArgs() { dircode = "0B" });
            //PyLasUtils.CsTransform("EPSG:4528", 400925.079, 2541768.173);
            string json = PyLasUtils.GetLasGeomJSON(@"D:\LF\data\las\1_lfz_0.05m.las", 1314);
            //string json = PyLasUtils.GetLasGeomJSON(@"D:\LF\data\las\1_lfz_0.05m.las", 1314);
            return DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
        }