From f2165ddbc736b746208f17edf650be54d9166502 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 3 Jun 2014 18:31:20 +0200 Subject: [PATCH] Set max zoom to wrong value for BING to avoid excessive memory consumption - this is a workaround, not a fix --- libs/opmapcontrol/src/internals/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/opmapcontrol/src/internals/core.cpp b/libs/opmapcontrol/src/internals/core.cpp index e331ac7b4..211603bc4 100644 --- a/libs/opmapcontrol/src/internals/core.cpp +++ b/libs/opmapcontrol/src/internals/core.cpp @@ -360,7 +360,7 @@ namespace internals { { SetProjection(new MercatorProjection()); } - maxzoom=19; + maxzoom=21; } break; -- 2.22.0