Update MainWindow.xaml

This commit is contained in:
Clemens 2022-01-18 23:59:12 +01:00
parent 8fceace84e
commit 444a3e31d7

View file

@ -100,11 +100,11 @@
</ResourceDictionary> </ResourceDictionary>
</Window.Resources> </Window.Resources>
<Grid> <Window.DataContext>
<Grid.DataContext> <local:MapViewModel/>
<local:MapViewModel/> </Window.DataContext>
</Grid.DataContext>
<Grid>
<map:Map x:Name="map" <map:Map x:Name="map"
MinZoomLevel="2" MaxZoomLevel="21" ZoomLevel="11" MouseWheelZoomDelta="1" MinZoomLevel="2" MaxZoomLevel="21" ZoomLevel="11" MouseWheelZoomDelta="1"
Center="53.5,8.2" Center="53.5,8.2"