Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/WellKnownBackgroundDataConfiguration.cs =================================================================== diff -u -r29229277f338527e1b145a8f38ab032c1027494b -rfa68b38773452b965a9ee25db20436446c1a50b8 --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/WellKnownBackgroundDataConfiguration.cs (.../WellKnownBackgroundDataConfiguration.cs) (revision 29229277f338527e1b145a8f38ab032c1027494b) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/WellKnownBackgroundDataConfiguration.cs (.../WellKnownBackgroundDataConfiguration.cs) (revision fa68b38773452b965a9ee25db20436446c1a50b8) @@ -19,8 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using Core.Components.Gis.Data; - namespace Ringtoets.Common.Data.AssessmentSection { /// @@ -32,14 +30,14 @@ /// Instantiates a . /// /// The type of well known tile source. - public WellKnownBackgroundDataConfiguration(WellKnownTileSource wellKnownTileSource) + public WellKnownBackgroundDataConfiguration(RingtoetsWellKnownTileSource wellKnownTileSource) { WellKnownTileSource = wellKnownTileSource; } /// /// Gets the type of well known tile source. /// - public WellKnownTileSource WellKnownTileSource { get; private set; } + public RingtoetsWellKnownTileSource WellKnownTileSource { get; private set; } } } \ No newline at end of file