Updated BoundingBox

This commit is contained in:
Clemens 2022-02-22 22:12:15 +01:00
parent e8a34b1a9f
commit 8cdc03e411
6 changed files with 27 additions and 127 deletions

View file

@ -72,8 +72,12 @@ namespace SampleApplication
}
});
}
AddChartServerLayer();
}
partial void AddChartServerLayer();
private void ResetHeadingButtonClick(object sender, RoutedEventArgs e)
{
map.TargetHeading = 0d;