mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-03 07:10:13 +01:00
Update GeoApiProjection.cs
Fixed UWP build
This commit is contained in:
parent
0dbdd4c810
commit
9bda0a4088
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
#if !WINDOWS_UWP
|
||||
#if WINDOWS_UWP
|
||||
using Windows.Foundation;
|
||||
#else
|
||||
using System.Windows;
|
||||
#endif
|
||||
using GeoAPI.CoordinateSystems;
|
||||
|
|
|
|||
Loading…
Reference in a new issue