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
+1 -1
View File
@@ -56,7 +56,7 @@ ol.source.MapQuest.TILE_ATTRIBUTION = new ol.Attribution({
*/ */
ol.source.MapQuestConfig = { ol.source.MapQuestConfig = {
'osm': { 'osm': {
maxZoom: 28, maxZoom: 19,
attributions: [ attributions: [
ol.source.MapQuest.TILE_ATTRIBUTION, ol.source.MapQuest.TILE_ATTRIBUTION,
ol.source.OSM.ATTRIBUTION ol.source.OSM.ATTRIBUTION