Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix cross origin setting for highsight
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Feb 5, 2025
commit fa7df9c1267ea0ba706daa08db1307d31e2f4533
3 changes: 2 additions & 1 deletion js/sondehub.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@ getlost.id = "GetLost";
var highSight = L.tileLayer('https://api.highsight.dev/v1/tiles/{z}/{x}/{y}?key=ARX3jYxzWotJVz7ZgdDiMQI18tZJ5WCk', {
attribution: '&copy; <a href="https://highsight.dev/">HighSight</a>',
maxZoom: 9,
minZoom: 3
minZoom: 3,
crossOrigin: true
});

highSight.id = "HighSight";
Expand Down