mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:56:30 +00:00
put default config if no config.json found
refactor Constants
This commit is contained in:
@@ -43,7 +43,7 @@ public class SatelliteDownloader(
|
||||
private const int OUTPUT_TILE_SIZE = 512;
|
||||
|
||||
private readonly string _apiKey = mapConfig.Value.ApiKey;
|
||||
private readonly string _satDirectory = Path.Combine(SecurityConstants.EXTERNAL_GPS_DENIED_FOLDER, directoriesConfig.Value.GpsSatDirectory);
|
||||
private readonly string _satDirectory = Path.Combine(Constants.EXTERNAL_GPS_DENIED_FOLDER, directoriesConfig.Value.GpsSatDirectory);
|
||||
|
||||
public async Task GetTiles(GeoPoint centerGeoPoint, double radiusM, int zoomLevel, CancellationToken token = default)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user