Update map example

This commit is contained in:
Tim Schaub
2014-05-14 15:11:12 -06:00
parent f559963126
commit 3a0efe83c5
+1 -1
View File
@@ -144,7 +144,7 @@ ol.MapProperty = {
* }), * }),
* layers: [ * layers: [
* new ol.layer.Tile({ * new ol.layer.Tile({
* source: new ol.source.MapQuestOSM() * source: new ol.source.MapQuest({layer: 'osm'})
* }) * })
* ], * ],
* target: 'map' * target: 'map'