refactor: Add Sweden GEOJSON for map visualization

This commit is contained in:
Sean Morley
2024-07-30 11:34:17 -04:00
parent 42f6c84633
commit 999440ff79
10 changed files with 4625 additions and 258 deletions

View File

@@ -202,16 +202,16 @@
paint={{ 'fill-color': 'rgba(37, 244, 26, 0.15)' }}
filter={['in', 'ISOCODE', ...visitArray]}
/>
<!-- <SymbolLayer
<SymbolLayer
layout={{
'text-field': ['slice', ['get', 'ISOCODE'], 3],
'text-field': ['get', 'name'],
'text-size': 12,
'text-anchor': 'center'
}}
paint={{
'text-color': 'black'
}}
/> -->
/>
</GeoJSON>
{/if}
<MapEvents on:click={addMarker} />