Add optional URL for logos

This commit is contained in:
Tom Payne
2014-01-10 22:44:56 +01:00
parent 339c6d3b5b
commit e4b815d4d6
3 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ ol.renderer.Layer.prototype.updateAttributions =
ol.renderer.Layer.prototype.updateLogos = function(frameState, source) {
var logo = source.getLogo();
if (goog.isDef(logo)) {
frameState.logos[logo] = true;
frameState.logos[logo] = '';
}
};