| | |
| | | return "http://{host}/SG/Imagery;" + sgsID + ".mpt"; // Elevation |
| | | case "3dml": |
| | | return "http://{host}/SG/b3dm/" + sgsID + "/tileset.json"; |
| | | case "cpt": |
| | | return "http://{host}/SG/pnts/" + sgsID + "/tileset.json"; |
| | | default: |
| | | return string.Empty; |
| | | } |
| | |
| | | /// <returns>行数</returns> |
| | | public List<int> Release(XYZArgs args, ref string err) |
| | | { |
| | | List<SysMeta> list = XYZUtils.SelectMetas(args.ids, "and type in ('mpt', '3dml')"); |
| | | List<SysMeta> list = XYZUtils.SelectMetas(args.ids, "and type in ('mpt', '3dml', 'cpt')"); |
| | | if (null == list || list.Count == 0) return null; |
| | | |
| | | //int maxId = GetMaxId(); // maxId = 411576; |