mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
More user-friendly name for the default properties in a GeoJSON
This commit is contained in:
committed by
Alexander Bock
parent
fd2768c980
commit
572e1f0739
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user