send port in image matcher arguments

lower expectations from gmaps, enlarge size of download map
This commit is contained in:
Alex Bezdieniezhnykh
2025-06-24 02:12:52 +03:00
parent 253f811125
commit 627e63e543
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ public class GpsMatcherService(IGpsMatcherClient gpsMatcherClient,
private readonly DirectoriesConfig _dirConfig = dirConfig.Value;
private const int ZOOM_LEVEL = 18;
private const int POINTS_COUNT = 10;
private const int DISTANCE_BETWEEN_POINTS_M = 100;
private const int DISTANCE_BETWEEN_POINTS_M = 120;
private const double SATELLITE_RADIUS_M = DISTANCE_BETWEEN_POINTS_M * (POINTS_COUNT + 1);
private const int MAX_AVG_POINTS = 2;