FrameworkElementExtensions

This commit is contained in:
ClemensFischer 2025-11-19 23:34:39 +01:00
parent 24dabf046d
commit d513ea249e
7 changed files with 47 additions and 42 deletions

View file

@ -50,7 +50,7 @@ namespace MapControl
public MapTileLayer()
{
MapPanel.SetRenderTransform(this, new MatrixTransform());
this.SetRenderTransform(new MatrixTransform());
}
public override IReadOnlyCollection<string> SupportedCrsIds { get; } = [WebMercatorProjection.DefaultCrsId];