mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 19:56:39 +00:00
zip file for tiles
This commit is contained in:
@@ -78,6 +78,7 @@ public class CreateRouteRequest
|
||||
[System.Text.Json.Serialization.JsonPropertyName("geofences")]
|
||||
public GeofencesInput? Geofences { get; set; }
|
||||
public bool RequestMaps { get; set; } = false;
|
||||
public bool CreateTilesZip { get; set; } = false;
|
||||
}
|
||||
|
||||
public class RoutePointModel
|
||||
@@ -105,6 +106,7 @@ public class RouteResponseModel
|
||||
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