Index: Core/Components/src/Core.Components.Gis/Helpers/MapDataCollectionHelper.cs =================================================================== diff -u -r0f17bcc73701bcfee24927187b61d32a6c9bf81e -rad09bf3ef6fa7e53040d7e53fa68540f2f1e3336 --- Core/Components/src/Core.Components.Gis/Helpers/MapDataCollectionHelper.cs (.../MapDataCollectionHelper.cs) (revision 0f17bcc73701bcfee24927187b61d32a6c9bf81e) +++ Core/Components/src/Core.Components.Gis/Helpers/MapDataCollectionHelper.cs (.../MapDataCollectionHelper.cs) (revision ad09bf3ef6fa7e53040d7e53fa68540f2f1e3336) @@ -36,7 +36,7 @@ /// /// The collection to get the child states from. /// A dictionary with the child map data and visibility states. - /// Thrown when is null. + /// Thrown when is null. public static Dictionary GetChildVisibilityStates(MapDataCollection mapDataCollection) { if (mapDataCollection == null) Index: Core/Plugins/src/Core.Plugins.Map/Helpers/MapDataContextHelper.cs =================================================================== diff -u -r50dfc467906cb88e576458ab88c906e6cb36f59f -rad09bf3ef6fa7e53040d7e53fa68540f2f1e3336 --- Core/Plugins/src/Core.Plugins.Map/Helpers/MapDataContextHelper.cs (.../MapDataContextHelper.cs) (revision 50dfc467906cb88e576458ab88c906e6cb36f59f) +++ Core/Plugins/src/Core.Plugins.Map/Helpers/MapDataContextHelper.cs (.../MapDataContextHelper.cs) (revision ad09bf3ef6fa7e53040d7e53fa68540f2f1e3336) @@ -49,11 +49,11 @@ if (context.ParentMapData != null) { - parents.Add((MapDataCollection)context.ParentMapData.WrappedData); + parents.Add((MapDataCollection) context.ParentMapData.WrappedData); parents.AddRange(GetParentsFromContext(context.ParentMapData)); } return parents; } } -} +} \ No newline at end of file Index: Core/Plugins/src/Core.Plugins.Map/PresentationObjects/MapDataContext.cs =================================================================== diff -u -r427e10d9ccd475d0f5617b72494ff7ac5d2d9106 -rad09bf3ef6fa7e53040d7e53fa68540f2f1e3336 --- Core/Plugins/src/Core.Plugins.Map/PresentationObjects/MapDataContext.cs (.../MapDataContext.cs) (revision 427e10d9ccd475d0f5617b72494ff7ac5d2d9106) +++ Core/Plugins/src/Core.Plugins.Map/PresentationObjects/MapDataContext.cs (.../MapDataContext.cs) (revision ad09bf3ef6fa7e53040d7e53fa68540f2f1e3336) @@ -37,9 +37,7 @@ /// Thrown when /// is null. protected MapDataContext(MapData wrappedData) - : base(wrappedData) - { - } + : base(wrappedData) {} /// /// Gets the parent Index: Core/Plugins/src/Core.Plugins.Map/PropertyClasses/FeatureBasedMapDataProperties.cs =================================================================== diff -u -r244f2dbdf68c80631424c7b979660336937171bf -rad09bf3ef6fa7e53040d7e53fa68540f2f1e3336 --- Core/Plugins/src/Core.Plugins.Map/PropertyClasses/FeatureBasedMapDataProperties.cs (.../FeatureBasedMapDataProperties.cs) (revision 244f2dbdf68c80631424c7b979660336937171bf) +++ Core/Plugins/src/Core.Plugins.Map/PropertyClasses/FeatureBasedMapDataProperties.cs (.../FeatureBasedMapDataProperties.cs) (revision ad09bf3ef6fa7e53040d7e53fa68540f2f1e3336) @@ -37,6 +37,7 @@ /// /// Base ViewModel of for properties panel. /// + /// The type of to be shown in the properties. public abstract class FeatureBasedMapDataProperties : ObjectProperties, IHasMetaData where T : FeatureBasedMapData { private const int namePropertyIndex = 0;