ExportMap/Controllers/WebController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ExportMap/Controllers/WebController.cs
@@ -58,6 +58,14 @@ return WebUtils.GetTerrain(Request, path, z, x, y); } // http://localhost/ExportMap/terra0/layer.json?path=3d/terrain/dem/t [Route("terra0/layer.json")] [HttpGet] public HttpResponseMessage GetLayerJson0([FromUri]string path) { return WebUtils.GetLayerJson(Request, path); } // http://localhost/ExportMap/terra0/1/3/0.terrain?path=3d/terrain/dem/t [Route("terra0/{z}/{x}/{y}.terrain")] [AcceptVerbs("GET", "POST")]