diff --git a/MapControl/Shared/MapTileLayer.cs b/MapControl/Shared/MapTileLayer.cs index 8b29e185..9856cd21 100644 --- a/MapControl/Shared/MapTileLayer.cs +++ b/MapControl/Shared/MapTileLayer.cs @@ -48,7 +48,7 @@ namespace MapControl Description = "© [OpenStreetMap Contributors](http://www.openstreetmap.org/copyright)" }; - public override IReadOnlyCollection SupportedCrsIds { get; } = ["EPSG:3857"]; + public override IReadOnlyCollection SupportedCrsIds { get; } = [WebMercatorProjection.DefaultCrsId]; public TileMatrix TileMatrix { get; private set; }