update all the other examples that used MapQuest

This commit is contained in:
Bart van den Eijnden
2014-01-08 13:36:35 +01:00
parent 473a11c697
commit 78d20056f5
15 changed files with 30 additions and 30 deletions

View File

@@ -6,11 +6,11 @@ goog.require('ol.View2D');
goog.require('ol.coordinate');
goog.require('ol.layer.Tile');
goog.require('ol.proj');
goog.require('ol.source.MapQuestOpenAerial');
goog.require('ol.source.MapQuest');
var layer = new ol.layer.Tile({
source: new ol.source.MapQuestOpenAerial()
source: new ol.source.MapQuest({layer: 'sat'})
});
var map = new ol.Map({