Index: Core/Components/test/Core.Components.Gis.TestUtil/WmtsMapDataTestHelper.cs =================================================================== diff -u -rdfada995372b419e6779d651f498dd81885cdad5 -rad7227831efb3225e4dc417a0305d3dbec693c41 --- Core/Components/test/Core.Components.Gis.TestUtil/WmtsMapDataTestHelper.cs (.../WmtsMapDataTestHelper.cs) (revision dfada995372b419e6779d651f498dd81885cdad5) +++ Core/Components/test/Core.Components.Gis.TestUtil/WmtsMapDataTestHelper.cs (.../WmtsMapDataTestHelper.cs) (revision ad7227831efb3225e4dc417a0305d3dbec693c41) @@ -29,14 +29,14 @@ public static class WmtsMapDataTestHelper { /// - /// Creates a new instance of configured to the 'opentopoachtergrondkaart' + /// Creates a new instance of configured to the 'top25raster' tile service /// of PDOK in RD-new coordinate system. /// public static WmtsMapData CreateDefaultPdokMapData() { - return new WmtsMapData("PDOK opentopoachtergrondkaart", + return new WmtsMapData("PDOK top25raster", "https://geodata.nationaalgeoregister.nl/tiles/service/wmts/ahn2?request=GetCapabilities", - "opentopoachtergrondkaart(EPSG:28992)", + "top25raster(EPSG:28992)", "image/png"); }