From e7b9dbbda0174c085e84d812ee9a01a83cd9d5f8 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 20 九月 2023 11:06:23 +0800 Subject: [PATCH] 1 --- ExportMap/Controllers/ConvertController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ExportMap/Controllers/ConvertController.cs b/ExportMap/Controllers/ConvertController.cs index 9b29a17..b4bb01d 100644 --- a/ExportMap/Controllers/ConvertController.cs +++ b/ExportMap/Controllers/ConvertController.cs @@ -27,6 +27,7 @@ //TerrainUtils.Project("D:/xyz/dem/dem/32a_4326_.tif", "EPSG:4490"); //string wkt = TerrainUtils.GetPointZ(new XYZArgs() { dircode = "0B" }); + string str = PyLasUtils.CsTransform("EPSG:4528", 400925.079, 2541768.173); return DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); } -- Gitblit v1.9.3