Use protocol relative logo in ol.source.MapQuest

This commit is contained in:
Frederic Junod
2014-03-04 10:28:05 +01:00
parent e6412e13fb
commit 39427cf691

View File

@@ -26,7 +26,7 @@ ol.source.MapQuest = function(opt_options) {
goog.base(this, {
attributions: layerConfig.attributions,
crossOrigin: 'anonymous',
logo: 'http://developer.mapquest.com/content/osm/mq_logo.png',
logo: '//developer.mapquest.com/content/osm/mq_logo.png',
maxZoom: layerConfig.maxZoom,
opaque: true,
tileLoadFunction: options.tileLoadFunction,