From d5fdc88b877f89e8dc69f0b24e9458d0b6f61b9e Mon Sep 17 00:00:00 2001 From: satoshi komatsu Date: Fri, 14 Feb 2025 11:22:07 +0900 Subject: [PATCH] add thematicSrcDesc --- 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")]