Skip to content

Commit 33945cc

Browse files
author
Igor Evdokimov
committed
- fix zoom
1 parent 22087ee commit 33945cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Botticelli.Locations/Options/LocationsProcessorOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ public class LocationsProcessorOptions
1313
/// <summary>
1414
/// Initial zoom for map
1515
/// </summary>
16-
public float InitialZoom { get; set; } = 15.0f;
16+
public float InitialZoom { get; set; } = 18.0f;
1717
}

0 commit comments

Comments
 (0)