Reworked sample applications

This commit is contained in:
Clemens 2021-12-05 17:43:05 +01:00
parent 32491a8e31
commit fd7b53a37b
4 changed files with 8 additions and 12 deletions

View file

@ -88,7 +88,6 @@
<map:Map x:Name="map"
MinZoomLevel="2" MaxZoomLevel="21" ZoomLevel="11" MouseWheelZoomDelta="1"
MapLayer="{Binding MapLayers[OpenStreetMap]}"
ViewportChanged="MapViewportChanged"
PointerMoved="MapPointerMoved"
PointerExited="MapPointerExited">
<map:Map.Center>
@ -113,7 +112,8 @@
</map:Map>
<Border HorizontalAlignment="Right" VerticalAlignment="Bottom" Background="#AFFFFFFF">
<TextBlock Margin="4,2" FontSize="10" local:HyperlinkText.InlinesSource="{Binding MapLayer.Description, ElementName=map}"/>
<TextBlock Margin="4,2" FontSize="10"
local:HyperlinkText.InlinesSource="{Binding MapLayer.Description, ElementName=map}"/>
</Border>
<StackPanel HorizontalAlignment="Left" VerticalAlignment="Top" Margin="6">