Add opaque flag to ol.source.TileSource

This commit is contained in:
Tom Payne
2013-02-19 16:50:48 +01:00
parent 44e3e228eb
commit fb668a7fc6
9 changed files with 30 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ ol.source.Stamen = function(stamenOptions) {
goog.base(this, {
attributions: [attribution],
maxZoom: config.maxZoom,
opaque: false,
url: 'http://{a-d}.tile.stamen.com/' + layer + '/{z}/{x}/{y}.' + config.type
});