mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
FrameworkElementExtensions
This commit is contained in:
parent
24dabf046d
commit
d513ea249e
7 changed files with 47 additions and 42 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue