更新 'simgear/scene/tsync/terrasync.cxx'
This commit is contained in:
parent
e507a95b55
commit
11cfcfa8c5
@ -1350,7 +1350,7 @@ void SGTerraSync::syncAirportsModels()
|
|||||||
|
|
||||||
bool isOSMSuffix(const std::string& suffix)
|
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)
|
void SGTerraSync::syncAreaByPath(const std::string& aPath)
|
||||||
|
Loading…
Reference in New Issue
Block a user