mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Update MapTileLayer.cs
This commit is contained in:
parent
3f16d1d637
commit
64857e297a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue