Commit 9364558e authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Fix max zoom level to avoid black screen

parent 17b51ba9
......@@ -375,7 +375,7 @@ namespace internals {
{
SetProjection(new MercatorProjection());
}
maxzoom=21;
maxzoom=20;
}
break;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment