This commit is contained in:
Sean Morley
2024-07-25 10:16:33 -04:00
parent 13590c5c3c
commit d37ae6842a
3 changed files with 18590 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import type { Adventure, VisitedRegion } from '$lib/types';
const endpoint = PUBLIC_SERVER_URL || 'http://localhost:8000';
export const load = (async (event) => {
let countryCodesToFetch = ['FR', 'US', 'CA', 'DE', 'AU'];
let countryCodesToFetch = ['FR', 'US', 'CA', 'DE', 'AU', 'MX'];
let geoJSON = {
type: 'FeatureCollection',
features: []