1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00
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: []