mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
Give the GeoJSON component in the RenderableGlobe a better name (closes #2883)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user