From 3a0efe83c59b7491871671251ac766d022bf9144 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 14 May 2014 15:11:12 -0600 Subject: [PATCH] Update map example --- src/ol/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'