diff --git a/MapControl/Avalonia/Themes/Generic.axaml b/MapControl/Avalonia/Themes/Generic.axaml index 3282c254..efed5271 100644 --- a/MapControl/Avalonia/Themes/Generic.axaml +++ b/MapControl/Avalonia/Themes/Generic.axaml @@ -1,12 +1,18 @@ - + - - + - + - - + + diff --git a/MapControl/UWP/Themes/Generic.xaml b/MapControl/UWP/Themes/Generic.xaml index 8e39fede..2194b398 100644 --- a/MapControl/UWP/Themes/Generic.xaml +++ b/MapControl/UWP/Themes/Generic.xaml @@ -31,12 +31,13 @@ - + diff --git a/MapControl/WPF/Themes/Generic.xaml b/MapControl/WPF/Themes/Generic.xaml index c14c8442..1aa426d4 100644 --- a/MapControl/WPF/Themes/Generic.xaml +++ b/MapControl/WPF/Themes/Generic.xaml @@ -35,12 +35,13 @@ - + diff --git a/MapControl/WinUI/Themes/Generic.xaml b/MapControl/WinUI/Themes/Generic.xaml index 0225062c..ef87a1a8 100644 --- a/MapControl/WinUI/Themes/Generic.xaml +++ b/MapControl/WinUI/Themes/Generic.xaml @@ -31,12 +31,13 @@ - + diff --git a/SampleApps/AvaloniaApp/App.axaml b/SampleApps/AvaloniaApp/App.axaml index beeea381..70f0ccd6 100644 --- a/SampleApps/AvaloniaApp/App.axaml +++ b/SampleApps/AvaloniaApp/App.axaml @@ -2,8 +2,14 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="SampleApplication.App" RequestedThemeVariant="Light"> + + + + + + + - diff --git a/SampleApps/AvaloniaApp/MainWindow.axaml b/SampleApps/AvaloniaApp/MainWindow.axaml index 277bfcf5..bd92f134 100644 --- a/SampleApps/AvaloniaApp/MainWindow.axaml +++ b/SampleApps/AvaloniaApp/MainWindow.axaml @@ -16,6 +16,38 @@ ManipulationModes="All" DoubleTapped="MapDoubleTapped"> + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + diff --git a/SampleApps/Shared/MapViewModel.cs b/SampleApps/Shared/MapViewModel.cs index 138889d4..26019c75 100644 --- a/SampleApps/Shared/MapViewModel.cs +++ b/SampleApps/Shared/MapViewModel.cs @@ -68,7 +68,7 @@ namespace SampleApplication Points.Add(new PointItem { Name = "Buhne 10", - Location = new Location(53.49350, 8.15563) + Location = new Location(53.49348, 8.15694) }); Pushpins.Add(new PointItem