Added MapProjections.WinUI

This commit is contained in:
Clemens 2021-07-07 16:52:31 +02:00
parent 71e82ca518
commit bcf8d1ea37
4 changed files with 64 additions and 8 deletions

View file

@ -2,11 +2,11 @@
// © 2021 Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using ProjNet.CoordinateSystems;
using System;
#if !WINDOWS_UWP
using System.Windows;
#endif
using ProjNet.CoordinateSystems;
namespace MapControl.Projections
{