管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-05-14 3ff919e7115afa8bfd9f8ca3b232548903a595e7
1
已修改1个文件
8 ■■■■■ 文件已修改
ExportMap/Controllers/TerraController.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/Controllers/TerraController.cs
@@ -16,5 +16,13 @@
        {
            return "layer.json";
        }
        [Route("{path}/{z}/{x}/{y}.terrain")]
        [HttpGet]
        public string GetTerrain(string path, int z, int x, int y)
        {
            return ".terrain";
        }
    }
}