Skip to content

Commit d9816c4

Browse files
committed
Change default NEXRAD range for product 94
1 parent b20c88d commit d9816c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scope/NexradDisplay.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public bool Enabled {
6868
}
6969
public string URL { get; set; }
7070
public int DownloadInterval { get; set; } = 300;
71-
public int Range { get; set; } = 124;
71+
public int Range { get; set; } = 248;
7272
RadialPacketDecoder decoder = new RadialPacketDecoder();
7373
RadialSymbologyBlock symbology;
7474
DescriptionBlock description;

0 commit comments

Comments
 (0)