Merge pull request #2978 from ahocevar/mapquest-zoom
Fix zoom levels for the MapQuest Street layer
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user