Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from umr-dbs/background-layer-cross-origin
Browse files Browse the repository at this point in the history
Background Layer CORS
  • Loading branch information
ChristianBeilschmidt committed Aug 19, 2020
2 parents 250e30e + 6bd73ec commit f1b967a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wave",
"version": "3.0.0",
"version": "3.0.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ export class MapContainerComponent implements AfterViewInit, OnChanges, OnDestro
},
wrapX: false,
projection: projection.getCode(),
crossOrigin: 'anonymous',
});
case 'XYZ':
return new XYZ({
Expand Down

0 comments on commit f1b967a

Please sign in to comment.