Fix zoom levels for the MapQuest Street layer

A typo in 65b8e0f915 introduced this bug.
Before that, 18 zoom levels were used. Now we're using 19, which appears
to be available with full world coverage.
This commit is contained in:
Andreas Hocevar
2014-11-27 19:13:02 +01:00
parent ed4bae064d
commit 5155e7a6ac

View File

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