Merge branch 'master' into thesis/2025/black-hole

This commit is contained in:
Wilhelm Björkström
2025-03-25 14:30:20 +01:00
13 changed files with 410 additions and 523 deletions

View File

@@ -37,7 +37,7 @@ namespace {
namespace openspace::globebrowsing {
GeoJsonManager::GeoJsonManager()
: properties::PropertyOwner({ "GeoJson", "Geometry Overlays" })
: properties::PropertyOwner({ "GeographicOverlays", "Geographic Overlays" })
{}
void GeoJsonManager::initialize(RenderableGlobe* globe) {