forked from organicmaps/organicmaps
[generator] Add comment to the output, when printing statistics.
This commit is contained in:
parent
aaa20cb50a
commit
ab858ef012
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ namespace stats
|
|||
tags.push_back(HEADER_FILE_TAG);
|
||||
tags.push_back(DATA_FILE_TAG);
|
||||
|
||||
cout << "Geometry zoom levels: ";
|
||||
for (size_t i = 0; i < header.GetScalesCount(); ++i)
|
||||
{
|
||||
cout << header.GetScale(i) << " ";
|
||||
|
|
Loading…
Add table
Reference in a new issue