From 2892b60d6239034e6add6ffbe77983ac1f78da9a Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Tue, 5 Aug 2025 14:36:29 +0200 Subject: [PATCH] More user-friendly name for the default properties in a GeoJSON --- modules/globebrowsing/src/geojson/geojsonproperties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globebrowsing/src/geojson/geojsonproperties.cpp b/modules/globebrowsing/src/geojson/geojsonproperties.cpp index 760c18b943..5aff65495e 100644 --- a/modules/globebrowsing/src/geojson/geojsonproperties.cpp +++ b/modules/globebrowsing/src/geojson/geojsonproperties.cpp @@ -387,7 +387,7 @@ GeoJsonProperties::Tessellation::Tessellation() } GeoJsonProperties::GeoJsonProperties() - : properties::PropertyOwner({ "DefaultProperties" }) + : properties::PropertyOwner({ "DefaultProperties", "Default Properties" }) , opacity(OpacityInfo, 1.f, 0.f, 1.f) , color(ColorInfo, glm::vec3(1.f), glm::vec3(0.f), glm::vec3(1.f)) , fillOpacity(FillOpacityInfo, 0.7f, 0.f, 1.f)