Update MainWindow.xaml

This commit is contained in:
ClemensFischer 2025-01-01 18:24:01 +01:00
parent 9195b5552e
commit 9228833731

View file

@ -144,7 +144,7 @@
<local:MapViewModel/>
</Grid.DataContext>
<map:Map x:Name="map" ManipulationMode="All"
<map:Map x:Name="map"
Center="53.5,8.2"
MinZoomLevel="2" MaxZoomLevel="21" ZoomLevel="11"
DoubleTapped="MapDoubleTapped"