diff --git a/MapControl/Shared/ViewportChangedEventArgs.cs b/MapControl/Shared/ViewportChangedEventArgs.cs index 45491069..aedbdb98 100644 --- a/MapControl/Shared/ViewportChangedEventArgs.cs +++ b/MapControl/Shared/ViewportChangedEventArgs.cs @@ -15,8 +15,8 @@ namespace MapControl } /// - /// Indicates if the map projection has changed, i.e. if a MapTileLayer or MapImageLayer should be - /// immediately updated, or MapPath Data in cartesian map coordinates should be recalculated. + /// Indicates if the map projection has changed, i.e. if a MapTileLayer or MapImageLayer should + /// be updated immediately, or MapShape Data in cartesian map coordinates should be recalculated. /// public bool ProjectionChanged { get; }