Commit f2165ddb authored by Lorenz Meier's avatar Lorenz Meier

Set max zoom to wrong value for BING to avoid excessive memory consumption -...

Set max zoom to wrong value for BING to avoid excessive memory consumption - this is a workaround, not a fix
parent 095c66b2
......@@ -360,7 +360,7 @@ namespace internals {
{
SetProjection(new MercatorProjection());
}
maxzoom=19;
maxzoom=21;
}
break;
......
Markdown is supported
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