Skip to content

Commit fa7df9c

Browse files
Mark JessopMark Jessop
authored andcommitted
Fix cross origin setting for highsight
1 parent 5e137ec commit fa7df9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/sondehub.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,8 @@ getlost.id = "GetLost";
622622
var highSight = L.tileLayer('https://api.highsight.dev/v1/tiles/{z}/{x}/{y}?key=ARX3jYxzWotJVz7ZgdDiMQI18tZJ5WCk', {
623623
attribution: '&copy; <a href="https://highsight.dev/">HighSight</a>',
624624
maxZoom: 9,
625-
minZoom: 3
625+
minZoom: 3,
626+
crossOrigin: true
626627
});
627628

628629
highSight.id = "HighSight";

0 commit comments

Comments
 (0)