mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapTileLayer.cs
This commit is contained in:
parent
3f16d1d637
commit
64857e297a
|
|
@ -48,7 +48,7 @@ namespace MapControl
|
|||
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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue