From ee7ac2e195ab616f1c17941100c017326bfa317f Mon Sep 17 00:00:00 2001 From: satoshi komatsu <84182110+satoshi7190@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:46:26 +0900 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E4=B8=8B=E8=A1=97=E3=83=A2=E3=83=87?= =?UTF-8?q?=E3=83=AB=E3=81=AEthematicSrcDesc=E3=81=AE=E3=82=B9=E3=82=AD?= =?UTF-8?q?=E3=83=BC=E3=83=9E=E3=82=92=E8=BF=BD=E5=8A=A0=20(#705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #0 ### What I did(変更内容) - 新宿区の地下街モデル変換時にスキーマが不足していたため対応 `13104_shinjuku-ku_city_2023_citygml_1_op/udx/ubld/53394536_ubld_6697.gml` ![image](https://github.com/user-attachments/assets/0507da9b-01d1-490c-ae00-a16fba9eb2b8) ### Notes(連絡事項) None / なし --- nusamai-plateau/src/models/iur/uro/common.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nusamai-plateau/src/models/iur/uro/common.rs b/nusamai-plateau/src/models/iur/uro/common.rs index 2722ef75..15685b72 100644 --- a/nusamai-plateau/src/models/iur/uro/common.rs +++ b/nusamai-plateau/src/models/iur/uro/common.rs @@ -99,6 +99,9 @@ pub struct BuildingDataQualityAttribute { #[citygml(path = b"uro:lodType")] pub lod_type: Vec, + + #[citygml(path = b"uro:thematicSrcDesc")] + pub thematic_src_desc: Vec, } #[citygml_data(name = "uro:PublicSurveyDataQualityAttribute")]