mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update WmtsTileLayer.cs
This commit is contained in:
parent
18a2f31fb3
commit
96557a9200
|
|
@ -2,7 +2,6 @@
|
||||||
// Copyright © 2024 Clemens Fischer
|
// Copyright © 2024 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using Avalonia.Interactivity;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
|
|
@ -17,6 +16,7 @@ using Windows.UI.Xaml;
|
||||||
using Windows.Foundation;
|
using Windows.Foundation;
|
||||||
using Microsoft.UI.Xaml;
|
using Microsoft.UI.Xaml;
|
||||||
#elif AVALONIA
|
#elif AVALONIA
|
||||||
|
using Avalonia.Interactivity;
|
||||||
using DependencyProperty = Avalonia.AvaloniaProperty;
|
using DependencyProperty = Avalonia.AvaloniaProperty;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue