Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xfischer committed May 18, 2020
1 parent 6539b8e commit 36564f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEM.Net.Core/Model/Imagery/ImageryProviders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public partial class ImageryProvider
public int TileSize { get; set; } = 256;
public int MaxDegreeOfParallelism { get; set; } = 4;
public int MaxZoom { get; set; } = 19;
public bool PrivateUseOnly { get; set; };
public bool PrivateUseOnly { get; set; }

public override string ToString()
{
Expand Down

0 comments on commit 36564f4

Please sign in to comment.