Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/BackgroundMapDataSelectionDialog.cs =================================================================== diff -u -r99f9004206bfb9de084275d749b7aeccafd6da18 -r08432b412fb47916669a52095d9e20afb24994c6 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/BackgroundMapDataSelectionDialog.cs (.../BackgroundMapDataSelectionDialog.cs) (revision 99f9004206bfb9de084275d749b7aeccafd6da18) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/BackgroundMapDataSelectionDialog.cs (.../BackgroundMapDataSelectionDialog.cs) (revision 08432b412fb47916669a52095d9e20afb24994c6) @@ -62,9 +62,9 @@ } /// - /// Gets the selected or null if none selected. + /// Gets the selected or null if none selected. /// - public WmtsMapData SelectedMapData { get; private set; } + public ImageBasedMapData SelectedMapData { get; private set; } protected override void Dispose(bool disposing) {