Merge pull request #2978 from ahocevar/mapquest-zoom

Fix zoom levels for the MapQuest Street layer
This commit is contained in:
Andreas Hocevar
2014-11-27 19:41:26 +01:00

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