Skip to content

Commit

Permalink
Added missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pergerch committed Apr 17, 2024
1 parent 3ea1573 commit 0d4ea28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OpenLayers.Blazor/Map.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ public async Task SetCenter(Coordinate center)
/// </summary>
/// <param name="center">Center Coordinates</param>
/// <param name="zoom">zoom level</param>
/// <returns>Task</returns>
public async Task AnimateTo(Coordinate center, double zoom)
{
if (_module != null) await _module.InvokeVoidAsync("MapOLAnimateTo", _mapId, center, zoom);
Expand Down

0 comments on commit 0d4ea28

Please sign in to comment.