mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
MapProjections and MBTiles for Avalonia
This commit is contained in:
parent
14bd0f5867
commit
3e900d67d8
9 changed files with 103 additions and 183 deletions
|
|
@ -11,6 +11,8 @@ using System.Windows.Media;
|
|||
using Windows.UI.Xaml.Media;
|
||||
#elif WINUI
|
||||
using Microsoft.UI.Xaml.Media;
|
||||
#elif AVALONIA
|
||||
using ImageSource = Avalonia.Media.IImage;
|
||||
#endif
|
||||
|
||||
namespace MapControl.MBTiles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue