Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/AssessmentSection.cs =================================================================== diff -u -r5c1a60942a2effc207d546054d4832f4aabe8ba5 -r9f22d388df3a8fb1ca103eb046e0cc8866d588a0 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/AssessmentSection.cs (.../AssessmentSection.cs) (revision 5c1a60942a2effc207d546054d4832f4aabe8ba5) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/AssessmentSection.cs (.../AssessmentSection.cs) (revision 9f22d388df3a8fb1ca103eb046e0cc8866d588a0) @@ -23,7 +23,6 @@ using System.ComponentModel; using Core.Common.Base; using Core.Common.Base.Geometry; -using Core.Common.Utils.Reflection; using Ringtoets.ClosingStructures.Data; using Ringtoets.Common.Data; using Ringtoets.Common.Data.AssessmentSection; @@ -48,8 +47,8 @@ /// public sealed class AssessmentSection : Observable, IAssessmentSection { - private ReferenceLine referenceLine; private const RingtoetsWellKnownTileSource defaultWellKnownTileSource = RingtoetsWellKnownTileSource.BingAerial; + private ReferenceLine referenceLine; /// /// Initializes a new instance of the class. @@ -63,8 +62,7 @@ BackgroundData = new BackgroundData(new WellKnownBackgroundDataConfiguration(defaultWellKnownTileSource)) { - IsVisible = true, - Name = "Bing Maps - Satelliet" + Name = defaultWellKnownTileSource.GetDisplayName() }; PipingFailureMechanism = new PipingFailureMechanism();