Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/BackgroundMapDataEntityReadExtensions.cs =================================================================== diff -u -r3014d0ced22c45300938639e7958ea0850485240 -r0fbb881c5c82f540f01772234b3c1faadfab07f9 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/BackgroundMapDataEntityReadExtensions.cs (.../BackgroundMapDataEntityReadExtensions.cs) (revision 3014d0ced22c45300938639e7958ea0850485240) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/BackgroundMapDataEntityReadExtensions.cs (.../BackgroundMapDataEntityReadExtensions.cs) (revision 0fbb881c5c82f540f01772234b3c1faadfab07f9) @@ -61,7 +61,7 @@ private static WmtsMapData CreateMapData(BackgroundMapDataEntity entity) { - var mapData = WmtsMapData.CreateUnconnectedMapData(); + WmtsMapData mapData = WmtsMapData.CreateUnconnectedMapData(); mapData.Name = entity.Name; if (entity.SourceCapabilitiesUrl != null && entity.SelectedCapabilityName != null && entity.PreferredFormat != null)