Let the even zoom levels match the scale marks.
This increases the max zoom to 400% as aleady done in the master branch.
This commit is contained in:
parent
fdacbaaeb4
commit
3abcf00249
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 14 KiB |
|
@ -66,7 +66,7 @@ namespace {
|
|||
const int SmallZoom = DefaultZoom / 2;
|
||||
|
||||
const int MinZoom = 4;
|
||||
const int MaxZoom = 200;
|
||||
const int MaxZoom = 288;
|
||||
size_t sunset_delay = 0;
|
||||
|
||||
bool benchmark = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue