From 5155e7a6ac0571a482757bbcb6a0810054246f3b Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 27 Nov 2014 19:13:02 +0100 Subject: [PATCH] Fix zoom levels for the MapQuest Street layer A typo in 65b8e0f91576e521606d906ecdfa9dffd2159dcb introduced this bug. Before that, 18 zoom levels were used. Now we're using 19, which appears to be available with full world coverage. --- src/ol/source/mapquestsource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/source/mapquestsource.js b/src/ol/source/mapquestsource.js index 6b9f7f59f3..743bddb1ae 100644 --- a/src/ol/source/mapquestsource.js +++ b/src/ol/source/mapquestsource.js @@ -56,7 +56,7 @@ ol.source.MapQuest.TILE_ATTRIBUTION = new ol.Attribution({ */ ol.source.MapQuestConfig = { 'osm': { - maxZoom: 28, + maxZoom: 19, attributions: [ ol.source.MapQuest.TILE_ATTRIBUTION, ol.source.OSM.ATTRIBUTION