Index: Core/Components/src/Core.Components.DotSpatial/Layer/BruTile/BruTileLayer.cs =================================================================== diff -u -r3de1b6336c6421dbdc4b99e213397e1d91a081bd -re34530fcec898f7afe275a643c03e7ef1aaf5fa3 --- Core/Components/src/Core.Components.DotSpatial/Layer/BruTile/BruTileLayer.cs (.../BruTileLayer.cs) (revision 3de1b6336c6421dbdc4b99e213397e1d91a081bd) +++ Core/Components/src/Core.Components.DotSpatial/Layer/BruTile/BruTileLayer.cs (.../BruTileLayer.cs) (revision e34530fcec898f7afe275a643c03e7ef1aaf5fa3) @@ -327,8 +327,8 @@ // For WMTS, 'spatialReferenceSystemString' might be some crude value (urn-string): string authorityCode = ToAuthorityCode(spatialReferenceSystemString); tileSourceProjectionInfo = !string.IsNullOrWhiteSpace(authorityCode) - ? AuthorityCodeHandler.Instance[authorityCode] - : null; + ? AuthorityCodeHandler.Instance[authorityCode] + : null; } if (tileSourceProjectionInfo == null)