ExportMap/Controllers/TerraController.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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"; } } }