More user-friendly name for the default properties in a GeoJSON

This commit is contained in:
Alexander Bock
2025-08-05 14:36:29 +02:00
committed by Alexander Bock
parent fd2768c980
commit 572e1f0739

View File

@@ -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)