mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 22:46:38 +00:00
zip file for tiles
This commit is contained in:
@@ -11,9 +11,11 @@ public class RouteEntity
|
||||
public int TotalPoints { get; set; }
|
||||
public bool RequestMaps { get; set; }
|
||||
public bool MapsReady { get; set; }
|
||||
public bool CreateTilesZip { get; set; }
|
||||
public string? CsvFilePath { get; set; }
|
||||
public string? SummaryFilePath { get; set; }
|
||||
public string? StitchedImagePath { get; set; }
|
||||
public string? TilesZipPath { get; set; }
|
||||
public DateTime CreatedAt { get; set; }
|
||||
public DateTime UpdatedAt { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user