Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/BackgroundDataCreateExtensions.cs =================================================================== diff -u -r8f2d3db3a37f2f2d112e947c5d4b8928f05c559c -rfde2f5bd7dfb9f60e298ecf2afe9623dd540e16c --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/BackgroundDataCreateExtensions.cs (.../BackgroundDataCreateExtensions.cs) (revision 8f2d3db3a37f2f2d112e947c5d4b8928f05c559c) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/BackgroundDataCreateExtensions.cs (.../BackgroundDataCreateExtensions.cs) (revision fde2f5bd7dfb9f60e298ecf2afe9623dd540e16c) @@ -64,12 +64,12 @@ if (wmtsBackgroundDataConfiguration != null) { - entity.BackgroundDataType = Convert.ToByte(BackgroundMapDataType.Wmts); + entity.BackgroundDataType = Convert.ToByte(BackgroundDataType.Wmts); AddWmtsMetaEntities(wmtsBackgroundDataConfiguration, entity); } else if (wellKnownBackgroundDataConfiguration != null) { - entity.BackgroundDataType = Convert.ToByte(BackgroundMapDataType.WellKnown); + entity.BackgroundDataType = Convert.ToByte(BackgroundDataType.WellKnown); AddWellKnownTileSourceMetaEntities(wellKnownBackgroundDataConfiguration, entity); } }