diff --git a/src/ol/map.js b/src/ol/map.js index 9b5eea40ff..68c1674dfa 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -144,7 +144,7 @@ ol.MapProperty = { * }), * layers: [ * new ol.layer.Tile({ - * source: new ol.source.MapQuestOSM() + * source: new ol.source.MapQuest({layer: 'osm'}) * }) * ], * target: 'map'