Index: Core/Components/src/Core.Components.Gis/Data/WellKnownTileSource.cs =================================================================== diff -u -r7f540fc512a6c291d69612b1d0b9241d42288aef -r004b1408e85aae82ed10b2df20b76074584d8640 --- Core/Components/src/Core.Components.Gis/Data/WellKnownTileSource.cs (.../WellKnownTileSource.cs) (revision 7f540fc512a6c291d69612b1d0b9241d42288aef) +++ Core/Components/src/Core.Components.Gis/Data/WellKnownTileSource.cs (.../WellKnownTileSource.cs) (revision 004b1408e85aae82ed10b2df20b76074584d8640) @@ -29,21 +29,39 @@ /// public enum WellKnownTileSource { + /// + /// OpenStreetMap. + /// [ResourcesDisplayName(typeof(Resources), nameof(Resources.OpenStreetMap_DisplayName))] OpenStreetMap = 1, + /// + /// Microsoft Bing's satellite imagery. + /// [ResourcesDisplayName(typeof(Resources), nameof(Resources.BingAerial_DisplayName))] BingAerial = 2, + /// + /// Microsoft Bing's satellite imagery highlighting roads and major landmarks. + /// [ResourcesDisplayName(typeof(Resources), nameof(Resources.BingHybrid_DisplayName))] BingHybrid = 3, + /// + /// Microsoft Bing's map showing roads, buildings and geography. + /// [ResourcesDisplayName(typeof(Resources), nameof(Resources.BingRoads_DisplayName))] BingRoads = 4, + /// + /// Esri's topographic map showing boundaries, cities, water features, physiographic features, park, landmarks, transportation and buildings. + /// [ResourcesDisplayName(typeof(Resources), nameof(Resources.EsriWorldTopo_DisplayName))] EsriWorldTopo = 5, + /// + /// Esri's surface elevation as shaded relief. + /// [ResourcesDisplayName(typeof(Resources), nameof(Resources.EsriWorldShadedRelief_DisplayName))] EsriWorldShadedRelief = 6 } Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/RingtoetsWellKnownTileSource.cs =================================================================== diff -u -r9f22d388df3a8fb1ca103eb046e0cc8866d588a0 -r004b1408e85aae82ed10b2df20b76074584d8640 --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/RingtoetsWellKnownTileSource.cs (.../RingtoetsWellKnownTileSource.cs) (revision 9f22d388df3a8fb1ca103eb046e0cc8866d588a0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/RingtoetsWellKnownTileSource.cs (.../RingtoetsWellKnownTileSource.cs) (revision 004b1408e85aae82ed10b2df20b76074584d8640) @@ -26,16 +26,34 @@ /// public enum RingtoetsWellKnownTileSource { + /// + /// OpenStreetMap. + /// OpenStreetMap = 1, + /// + /// Microsoft Bing's satellite imagery. + /// BingAerial = 2, + /// + /// Microsoft Bing's satellite imagery highlighting roads and major landmarks. + /// BingHybrid = 3, + /// + /// Microsoft Bing's map showing roads, buildings and geography. + /// BingRoads = 4, + /// + /// Esri's topographic map showing boundaries, cities, water features, physiographic features, park, landmarks, transportation and buildings. + /// EsriWorldTopo = 5, + /// + /// Esri's surface elevation as shaded relief. + /// EsriWorldShadedRelief = 6 } } \ No newline at end of file Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/Ringtoets.Integration.Data.csproj =================================================================== diff -u -rfa68b38773452b965a9ee25db20436446c1a50b8 -r004b1408e85aae82ed10b2df20b76074584d8640 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/Ringtoets.Integration.Data.csproj (.../Ringtoets.Integration.Data.csproj) (revision fa68b38773452b965a9ee25db20436446c1a50b8) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/Ringtoets.Integration.Data.csproj (.../Ringtoets.Integration.Data.csproj) (revision 004b1408e85aae82ed10b2df20b76074584d8640) @@ -76,6 +76,7 @@ {F49BD8B2-332A-4C91-A196-8CCE0A2C7D98} Core.Common.Utils + False {C6309704-D67B-434C-BC98-9F8910BC1D10}