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:
Fabian Müller 2014-11-08 23:28:41 +01:00
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

View file

@ -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;