This commit is contained in:
a-ill 2023-06-27 23:24:18 +03:00
parent a4adb05538
commit 2235544da4
2 changed files with 14 additions and 0 deletions

View File

@ -13,7 +13,14 @@ export let groups = [
location: ["Latvia, Riga",[56.94748425529816, 24.003027136431925]], location: ["Latvia, Riga",[56.94748425529816, 24.003027136431925]],
members: 2, members: 2,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"] contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
},
{
location: ["Denmark, Copenhagen",[55.6840661150132, 12.557133959514688]],
members: 1,
contact: ["https://discord.gg/xAPZmyr8B6","Discord invite link"]
} }
] ]
export function addMarkersGroups(map) { export function addMarkersGroups(map) {

View File

@ -13,7 +13,14 @@ export let groups = [
location: ["Latvia, Riga",[56.94748425529816, 24.003027136431925]], location: ["Latvia, Riga",[56.94748425529816, 24.003027136431925]],
members: 2, members: 2,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"] contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
},
{
location: ["Denmark, Copenhagen",[55.6840661150132, 12.557133959514688]],
members: 1,
contact: ["https://discord.gg/xAPZmyr8B6","Discord invite link"]
} }
] ]
export function addMarkersGroups(map) { export function addMarkersGroups(map) {