Skip to content

Commit

Permalink
tower location to double
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Mar 5, 2024
1 parent 84fc5a3 commit e57de54
Show file tree
Hide file tree
Showing 37 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Features/VnasData/Models/VnasApiDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -833,10 +833,10 @@ public class TowerListConfiguration
public class TowerLocation
{
[JsonPropertyName("lat")]
public int Lat { get; set; }
public double Lat { get; set; }

[JsonPropertyName("lon")]
public int Lon { get; set; }
public double Lon { get; set; }
}

public class Transition
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e57de54

Please sign in to comment.