πΊοΈ {$t('adventures.location')}
@@ -561,7 +703,16 @@
class="btn btn-xs btn-outline hover:btn-success"
on:click={() => goto(`/worldtravel/${adventure.country?.country_code}`)}
>
- π {adventure.country.name}
+ {#if adventure.country.flag_url}
+

+ {:else}
+ π
+ {/if}
+ {adventure.country.name}
{/if}
@@ -639,6 +790,23 @@
{/if}
+
+ {#each adventure.visits as visit}
+ {#each visit.activities as activity}
+ {#if activity.geojson}
+
+ {/if}
+ {/each}
+ {/each}
+
{#if adventure.longitude && adventure.latitude}