更新 'simgear/scene/tsync/terrasync.cxx'

This commit is contained in:
zhongjin 2022-11-14 19:51:04 +08:00
parent e507a95b55
commit 11cfcfa8c5

View File

@ -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)