Skip to content

Commit

Permalink
SVG Image Reprojection
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-000 committed Aug 14, 2023
1 parent 0f4d29a commit e440b37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/reprojection-image-svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const interpolate = document.getElementById('interpolate');
function setSource() {
const source = new ImageSource({
loader: createLoader({
url:
'https://upload.wikimedia.org/wikipedia/commons/1/18/British_National_Grid.svg',
url: 'https://upload.wikimedia.org/wikipedia/commons/1/18/British_National_Grid.svg',
crossOrigin: '',
imageExtent: imageExtent,
load: load,
Expand Down

0 comments on commit e440b37

Please sign in to comment.