Avalonia MapPath

This commit is contained in:
ClemensFischer 2024-05-25 18:58:51 +02:00
parent 8e4110b600
commit 25d4d7f417
8 changed files with 120 additions and 11 deletions

View file

@ -66,7 +66,7 @@ namespace MapControl
protected MapTileLayerBase()
{
MapPanel.SetRenderTransform(this, new MatrixTransform());
IsHitTestVisible = false;
loadingProgress = new Progress<double>(p => SetValue(LoadingProgressProperty, p));
@ -76,6 +76,7 @@ namespace MapControl
#if UWP || WINUI
MapPanel.InitMapElement(this);
#endif
MapPanel.SetRenderTransform(this, new MatrixTransform());
}
public ITileImageLoader TileImageLoader