Remove crossOrigin null option for OpenSeaMap source

This commit is contained in:
Frederic Junod
2016-02-02 13:44:06 +01:00
parent d8330d56a0
commit 44e17c440d
2 changed files with 2 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ var openSeaMapLayer = new ol.layer.Tile({
}),
ol.source.OSM.ATTRIBUTION
],
crossOrigin: null,
url: 'http://tiles.openseamap.org/seamark/{z}/{x}/{y}.png'
})
});