MapProjections and MBTiles for Avalonia

This commit is contained in:
ClemensFischer 2024-05-27 17:30:58 +02:00
parent 14bd0f5867
commit 3e900d67d8
9 changed files with 103 additions and 183 deletions

View file

@ -10,6 +10,8 @@ using ProjNet.CoordinateSystems.Transformations;
using System;
#if WPF
using System.Windows;
#elif AVALONIA
using Avalonia;
#endif
namespace MapControl.Projections

View file

@ -6,6 +6,8 @@ using ProjNet.CoordinateSystems;
using System;
#if WPF
using System.Windows;
#elif AVALONIA
using Avalonia;
#endif
namespace MapControl.Projections

View file

@ -5,6 +5,8 @@
using System;
#if WPF
using System.Windows;
#elif AVALONIA
using Avalonia;
#endif
namespace MapControl.Projections