mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-29 03:44:15 +01:00
Version 4.17.0: Added support for WMTS
This commit is contained in:
parent
9d98db2582
commit
d5b9c92f30
|
|
@ -1,12 +1,9 @@
|
|||
<Window x:Class="WpfCoreApp.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:map="clr-namespace:MapControl;assembly=MapControl.WPF"
|
||||
xmlns:vm="clr-namespace:ViewModel"
|
||||
xmlns:local="clr-namespace:WpfCoreApp"
|
||||
mc:Ignorable="d"
|
||||
Title="XAML MapControl - WPF .NET Core 3.0 Test Application" Height="600" Width="800">
|
||||
<Window.Resources>
|
||||
<local:LocationToVisibilityConverter x:Key="LocationToVisibilityConverter"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue