AU and DE

This commit is contained in:
Sean Morley
2024-07-24 14:33:57 -04:00
parent 0887579129
commit d2f4379998
5 changed files with 29284 additions and 11 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'];
let countryCodesToFetch = ['FR', 'US', 'CA', 'DE', 'AU'];
let geoJSON = {
type: 'FeatureCollection',
features: []