This commit is contained in:
a-ill
2023-06-28 14:00:41 +03:00
parent 2235544da4
commit cf6affcd57
22 changed files with 99 additions and 71 deletions

View File

@@ -1,4 +1,9 @@
export let groups = [
{
location: ["Denmark, Copenhagen",[55.6840661150132, 12.557133959514688]],
members: 1,
contact: ["https://discord.gg/xAPZmyr8B6","Discord invite link"]
},
{
location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]],
members: 3,
@@ -14,13 +19,6 @@ export let groups = [
members: 2,
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) {