mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +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
|
|
@ -10,6 +10,8 @@ using ProjNet.CoordinateSystems.Transformations;
|
|||
using System;
|
||||
#if WPF
|
||||
using System.Windows;
|
||||
#elif AVALONIA
|
||||
using Avalonia;
|
||||
#endif
|
||||
|
||||
namespace MapControl.Projections
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ using ProjNet.CoordinateSystems;
|
|||
using System;
|
||||
#if WPF
|
||||
using System.Windows;
|
||||
#elif AVALONIA
|
||||
using Avalonia;
|
||||
#endif
|
||||
|
||||
namespace MapControl.Projections
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
using System;
|
||||
#if WPF
|
||||
using System.Windows;
|
||||
#elif AVALONIA
|
||||
using Avalonia;
|
||||
#endif
|
||||
|
||||
namespace MapControl.Projections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue