mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
WMTS support for Avalonia
This commit is contained in:
parent
eb990ab9ee
commit
18a2f31fb3
5 changed files with 26 additions and 13 deletions
|
|
@ -32,7 +32,7 @@ namespace MapControl
|
|||
{
|
||||
public static readonly DependencyProperty TileSourceProperty =
|
||||
DependencyPropertyHelper.Register<MapTileLayerBase, TileSource>(nameof(TileSource), null, false,
|
||||
async (obj, oldVale, newValue) => await obj.Update(true));
|
||||
async (layer, oldValue, newValue) => await layer.Update(true));
|
||||
|
||||
public static readonly DependencyProperty SourceNameProperty =
|
||||
DependencyPropertyHelper.Register<MapTileLayerBase, string>(nameof(SourceName));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue