Update MapLayerMenuItem.cs

This commit is contained in:
ClemensFischer 2025-03-23 09:47:30 +01:00
parent 17cd6c3fa3
commit 6a74a0b85a

View file

@ -27,7 +27,7 @@ namespace MapControl.UiTools
#if AVALONIA #if AVALONIA
[Content] [Content]
#endif #endif
public FrameworkElement MapLayer { get; set; } public virtual FrameworkElement MapLayer { get; set; }
public Func<Task<FrameworkElement>> MapLayerFactory { get; set; } public Func<Task<FrameworkElement>> MapLayerFactory { get; set; }