Update map example

This commit is contained in:
Tim Schaub
2014-05-14 15:11:12 -06:00
parent f559963126
commit 3a0efe83c5

View File

@@ -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'