mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-02 19:46:29 +02:00
Update MainWindow.xaml
This commit is contained in:
parent
2392cdbab6
commit
fec9cfdc2f
|
|
@ -12,7 +12,8 @@
|
||||||
|
|
||||||
<map:Map x:Name="map" ZoomLevel="11" MaxZoomLevel="21" MouseWheelZoomDelta="1"
|
<map:Map x:Name="map" ZoomLevel="11" MaxZoomLevel="21" MouseWheelZoomDelta="1"
|
||||||
Center="{Binding MapCenter}"
|
Center="{Binding MapCenter}"
|
||||||
MapLayer="{Binding MapLayers.CurrentMapLayer}">
|
MapLayer="{Binding MapLayers.CurrentMapLayer}"
|
||||||
|
ViewportChanged="MapViewportChanged">
|
||||||
|
|
||||||
<map:MapGraticule x:Name="graticule" Opacity="0.6"
|
<map:MapGraticule x:Name="graticule" Opacity="0.6"
|
||||||
Visibility="{Binding IsChecked, ElementName=graticuleCheckBox}"/>
|
Visibility="{Binding IsChecked, ElementName=graticuleCheckBox}"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue