AU and DE
This commit is contained in:
@@ -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: []
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
paint={{ 'fill-color': 'rgba(37, 244, 26, 0.15)' }}
|
||||
filter={['in', 'ISOCODE', ...visitArray]}
|
||||
/>
|
||||
<SymbolLayer
|
||||
<!-- <SymbolLayer
|
||||
layout={{
|
||||
'text-field': ['slice', ['get', 'ISOCODE'], 3],
|
||||
'text-size': 12,
|
||||
@@ -106,7 +106,7 @@
|
||||
paint={{
|
||||
'text-color': 'black'
|
||||
}}
|
||||
/>
|
||||
/> -->
|
||||
</GeoJSON>
|
||||
{/if}
|
||||
</MapLibre>
|
||||
|
||||
Reference in New Issue
Block a user