First Pass at LeafDataQuery for Queue

This commit is contained in:
2020-06-17 15:26:31 -04:00
parent 5ac9291518
commit d09f84b47d
9 changed files with 169 additions and 29 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace LeafWeb.Core.Entities
[ParseInfo(1)]
public string SiteId { get; set; }
/// <summary>Site latitude, northern hermisphere positive</summary>
/// <summary>Site latitude, northern hemisphere positive</summary>
[ParseInfo(2, units:"degrees")]
public double? Latitude { get; set; }