Sort nodes in GlobeBrowsing UI by whether they have URLs associated with them or not (closes #580)

This commit is contained in:
Alexander Bock
2018-04-09 10:20:36 -04:00
parent ae7e22dfe0
commit cae4ed9ce0
3 changed files with 57 additions and 8 deletions
@@ -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