Fixed marker url

This commit is contained in:
2026-06-22 00:09:48 -04:00
parent a2d20a3329
commit a80516d864

View File

@@ -12,7 +12,7 @@ export async function getShapes() {
return JSON.parse(await readFile(SHAPES_PATH, 'utf8')) return JSON.parse(await readFile(SHAPES_PATH, 'utf8'))
} }
const r = await fetch('https://raw.githubusercontent.com/wiedehopf/tar1090/master/html/markers.min.js') const r = await fetch('https://raw.githubusercontent.com/wiedehopf/tar1090/refs/heads/master/html/markers.js')
const text = await r.text() const text = await r.text()
// tar1090 exposes a var with all the shape definitions // tar1090 exposes a var with all the shape definitions