Give the GeoJSON component in the RenderableGlobe a better name (closes #2883)

This commit is contained in:
Alexander Bock
2025-03-19 13:31:13 +01:00
parent 1bb34bf1c7
commit edd123197f

View File

@@ -36,7 +36,9 @@ namespace {
namespace openspace::globebrowsing {
GeoJsonManager::GeoJsonManager() : properties::PropertyOwner({ "GeoJson" }) {}
GeoJsonManager::GeoJsonManager()
: properties::PropertyOwner({ "GeoJson", "Geometry Overlays" })
{}
void GeoJsonManager::initialize(RenderableGlobe* globe) {
ghoul_assert(globe, "No globe provided");