mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Fixed Heading rotation direction
This commit is contained in:
parent
1ce4bbda56
commit
7fbdbf74b9
3 changed files with 11 additions and 11 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue