Keyless MapQuest access goes away shortly so remove that layer.
This commit is contained in:
parent
2e68341106
commit
a357b9676d
|
@ -368,14 +368,6 @@ function initialize_map() {
|
|||
group: 'world'
|
||||
}));
|
||||
|
||||
baseLayers.push(new ol.layer.Tile({
|
||||
source: new ol.source.MapQuest({layer: 'sat'}),
|
||||
name: 'mapquest_sat',
|
||||
title: 'MapQuest satellite',
|
||||
type: 'base',
|
||||
group: 'world'
|
||||
}));
|
||||
|
||||
if (BingMapsAPIKey) {
|
||||
baseLayers.push(new ol.layer.Tile({
|
||||
source: new ol.source.BingMaps({
|
||||
|
|
Loading…
Reference in a new issue