Update MapTileLayer.cs

This commit is contained in:
ClemensFischer 2025-09-21 10:31:22 +02:00
parent 3f16d1d637
commit 64857e297a

View file

@ -48,7 +48,7 @@ namespace MapControl
Description = "© [OpenStreetMap Contributors](http://www.openstreetmap.org/copyright)" Description = "© [OpenStreetMap Contributors](http://www.openstreetmap.org/copyright)"
}; };
public override IReadOnlyCollection<string> SupportedCrsIds { get; } = ["EPSG:3857"]; public override IReadOnlyCollection<string> SupportedCrsIds { get; } = [WebMercatorProjection.DefaultCrsId];
public TileMatrix TileMatrix { get; private set; } public TileMatrix TileMatrix { get; private set; }