Merge pull request #1799 from fredj/mapquest-logo
Use protocol relative logo in ol.source.MapQuest
This commit is contained in:
@@ -26,7 +26,7 @@ ol.source.MapQuest = function(opt_options) {
|
|||||||
goog.base(this, {
|
goog.base(this, {
|
||||||
attributions: layerConfig.attributions,
|
attributions: layerConfig.attributions,
|
||||||
crossOrigin: 'anonymous',
|
crossOrigin: 'anonymous',
|
||||||
logo: 'http://developer.mapquest.com/content/osm/mq_logo.png',
|
logo: '//developer.mapquest.com/content/osm/mq_logo.png',
|
||||||
maxZoom: layerConfig.maxZoom,
|
maxZoom: layerConfig.maxZoom,
|
||||||
opaque: true,
|
opaque: true,
|
||||||
tileLoadFunction: options.tileLoadFunction,
|
tileLoadFunction: options.tileLoadFunction,
|
||||||
|
|||||||
Reference in New Issue
Block a user