mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Added .NET 8 support
This commit is contained in:
parent
b5c177b563
commit
fa4841d6ca
16 changed files with 47 additions and 60 deletions
|
|
@ -22,16 +22,6 @@ namespace MapControl.MBTiles
|
|||
nameof(File), typeof(string), typeof(MBTileLayer),
|
||||
new PropertyMetadata(null, async (o, e) => await ((MBTileLayer)o).FilePropertyChanged((string)e.NewValue)));
|
||||
|
||||
public MBTileLayer()
|
||||
: this(new TileImageLoader())
|
||||
{
|
||||
}
|
||||
|
||||
public MBTileLayer(ITileImageLoader tileImageLoader)
|
||||
: base(tileImageLoader)
|
||||
{
|
||||
}
|
||||
|
||||
public string File
|
||||
{
|
||||
get => (string)GetValue(FileProperty);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue