mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update MainWindow.xaml
This commit is contained in:
parent
8fceace84e
commit
444a3e31d7
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue