Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/BackgroundMapDataSelectionDialog.cs =================================================================== diff -u -r38abc823a892327c367dfbf8edf2101ff3eb1d22 -r5ee68bb6e2d903af666a6e927e4f67b916c88848 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/BackgroundMapDataSelectionDialog.cs (.../BackgroundMapDataSelectionDialog.cs) (revision 38abc823a892327c367dfbf8edf2101ff3eb1d22) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/BackgroundMapDataSelectionDialog.cs (.../BackgroundMapDataSelectionDialog.cs) (revision 5ee68bb6e2d903af666a6e927e4f67b916c88848) @@ -50,7 +50,7 @@ { mapDatas = new List { - new WmtsLocationControl() + new WmtsLocationControl(mapData) }; SelectedMapData = mapData;