From 11cfcfa8c57ff72c4970a26c2e77f2df093d9f7e Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 14 Nov 2022 19:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'simgear/scene/tsync/terra?= =?UTF-8?q?sync.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simgear/scene/tsync/terrasync.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index 350c8884..288c8d5b 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -1350,7 +1350,7 @@ void SGTerraSync::syncAirportsModels() bool isOSMSuffix(const std::string& suffix) { - return (suffix == "Buildings") || (suffix == "Roads") || (suffix == "Pylons") || (suffix == "Details"); + return (suffix == "Buildings") || (suffix == "Roads") || (suffix == "Pylons") || (suffix == "Details") || (suffix == "Orthophotos"); } void SGTerraSync::syncAreaByPath(const std::string& aPath)