mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:36:30 +00:00
switcher dataset explorer
lat lon -> geopoint correct location for gps if small keypoints number
This commit is contained in:
@@ -36,6 +36,6 @@ public class GetTilesTestClass
|
||||
GpsSatDirectory = "satelliteMaps"
|
||||
}), httpClientFactory, Mock.Of<IMediator>());
|
||||
|
||||
await satelliteDownloader.GetTiles(48.2748909, 37.3834877, 600, 18);
|
||||
await satelliteDownloader.GetTiles(new GeoPoint(48.2748909, 37.3834877), 600, 18);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user