mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-22 20:38:56 -05:00
Sort nodes in GlobeBrowsing UI by whether they have URLs associated with them or not (closes #580)
This commit is contained in:
@@ -628,6 +628,11 @@ GlobeBrowsingModule::urlInfo(const std::string& globe) const
|
||||
return res;
|
||||
}
|
||||
|
||||
bool GlobeBrowsingModule::hasUrlInfo(const std::string& globe) const {
|
||||
return _urlList.find(globe) != _urlList.end();
|
||||
}
|
||||
|
||||
|
||||
#endif // GLOBEBROWSING_USE_GDAL
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user