Draw csv data on a map

This commit is contained in:
Guntis Smaukstelis
2025-03-12 13:16:35 +02:00
parent 841b4b6ec9
commit 066f1bedc1
5 changed files with 264 additions and 9 deletions
+7 -1
View File
@@ -32,4 +32,10 @@ export const cityCoords: {[key: string]: { x: number, y: number}} = {
"Vičaki": { x: 155, y: 142},
"Zīlāni": { x: 690, y: 370 },
"Zosēni": { x: 650, y: 250 },
};
// rest of cities (forecasts)
"Cēsis": { x: 590, y: 195 },
"Valmiera": { x: 600, y: 140 },
"Talsi": { x: 250, y: 235 },
"Jēkabpils": { x: 690, y: 370 },
}