mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 11:53:47 +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
@@ -1,13 +1,12 @@
|
||||
#include "map/gps_track_storage.hpp"
|
||||
|
||||
#include "coding/endianness.hpp"
|
||||
#include "coding/internal/file_data.hpp"
|
||||
|
||||
#include "base/assert.hpp"
|
||||
#include "base/logging.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <cstring> // for memcpy
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -20,9 +19,6 @@ uint32_t constexpr kCurrentVersion = 1;
|
||||
// Header size in bytes, header consists of uint32_t 'version' only
|
||||
uint32_t constexpr kHeaderSize = sizeof(uint32_t);
|
||||
|
||||
// Number of items for batch processing
|
||||
size_t constexpr kItemBlockSize = 1000;
|
||||
|
||||
// TODO
|
||||
// Now GpsInfo written as plain values, but values can be compressed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user