Fixed Heading rotation direction

This commit is contained in:
ClemensFischer 2022-11-07 21:10:10 +01:00
parent 1ce4bbda56
commit 7fbdbf74b9
3 changed files with 11 additions and 11 deletions

View file

@ -15,8 +15,8 @@ namespace MapControl
}
/// <summary>
/// Indicates if the map projection has changed, i.e. if a MapTileLayer or MapImageLayer should
/// be updated immediately, or MapPath Data in projected map coordinates should be recalculated.
/// Indicates if the map projection has changed. Used to control when a MapTileLayer or MapImageLayer
/// should be updated immediately, or MapPath Data in projected map coordinates should be recalculated.
/// </summary>
public bool ProjectionChanged { get; }