mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Updated BoundingBox
This commit is contained in:
parent
e8a34b1a9f
commit
8cdc03e411
6 changed files with 27 additions and 127 deletions
|
|
@ -197,6 +197,7 @@
|
|||
</tools:MapLayersMenuButton>
|
||||
|
||||
<tools:MapProjectionsMenuButton
|
||||
x:Name="mapProjectionsMenuButton"
|
||||
Margin="2" Padding="8" ToolTipService.ToolTip="Map Projections"
|
||||
Map="{Binding ElementName=map}">
|
||||
<tools:MapProjectionItem Text="Web Mercator" Projection="EPSG:3857"/>
|
||||
|
|
|
|||
|
|
@ -72,8 +72,12 @@ namespace SampleApplication
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
AddChartServerLayer();
|
||||
}
|
||||
|
||||
partial void AddChartServerLayer();
|
||||
|
||||
private void ResetHeadingButtonClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
map.TargetHeading = 0d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue