From 30a47805b1e3233827a6a2db4d97bfb7f6250384 Mon Sep 17 00:00:00 2001 From: 张洋洋 <10611411+yang-yang-z@user.noreply.gitee.com> Date: 星期四, 13 二月 2025 11:56:47 +0800 Subject: [PATCH] [add]tif裁剪 --- src/main/resources/terrainmodule.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/terrainmodule.json b/src/main/resources/terrainmodule.json index b6990de..fb5a9ea 100644 --- a/src/main/resources/terrainmodule.json +++ b/src/main/resources/terrainmodule.json @@ -1 +1 @@ -{"type":"CityJSON","version":"1.0","CityObjects":{"UUID_63b11762-6a6a-4d91-b497-6314fee1ce0f":{"type":"+Terrain","geometry":[{"type":"MultiSurface","boundaries":[[[0,1,2,3]]],"texture":{"visual":{"values":[[[0,0,1,2,3]]]}},"lod":0}]}},"appearance":{"textures":[{"type":"PNG","image":"appearances/terrain.png"}],"vertices-texture":[[0.0,0.0],[0.0,1.0],[1.0,1.0],[1.0,0.0]]}} \ No newline at end of file +{"type":"CityJSON","version":"1.0","CityObjects":{"UUID_63b11762-6a6a-4d91-b497-6314fee1ce0f":{"type":"+Terrain","geometry":[{"type":"MultiSurface","boundaries":[[[0,1,2,3]]],"texture":{"visual":{"values":[[[0,0,1,2,3]]]}},"lod":0}]}},"appearance":{"textures":[{"type":"PNG","image":"appearance/terrain.png"}],"vertices-texture":[[0.0,0.0],[0.0,1.0],[1.0,1.0],[1.0,0.0]]}} \ No newline at end of file -- Gitblit v1.9.3