mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 05:17:56 +00:00
[tracks] Fixed ending points.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
fda1da03c8
commit
64f50d4e49
@@ -17,6 +17,9 @@ public:
|
||||
DECLARE_EXCEPTION(WriteException, RootException);
|
||||
DECLARE_EXCEPTION(ReadException, RootException);
|
||||
|
||||
// Number of items for batch processing.
|
||||
static size_t constexpr kItemBlockSize = 1000;
|
||||
|
||||
using TItem = location::GpsInfo;
|
||||
|
||||
/// Opens storage with track data.
|
||||
|
||||
Reference in New Issue
Block a user