This commit is contained in:
a-ill
2023-07-12 01:42:33 +03:00
parent 2c6932f480
commit ca28d3c2d0
35 changed files with 184 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
export let communities = [
export let communes = [
{
location: ["CanadaMontreal",[45.55541047232767, -73.42859611607271]],
status: "forming",
@@ -20,8 +20,8 @@ export let communities = [
}
]
export function addMarkersCommunities(map,content) {
for (let g of communities) {
export function addMarkersCommunes(map,content) {
for (let g of communes) {
let coordinates
let text = ""
for (let field in g) {

View File

@@ -24,6 +24,11 @@ export let groups = [
members: 1,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsAppInviteLink"]
},
{
location: ["Ireland", [53.280192832733576, -7.688103518964818]],
members: 6,
contact: ["https://discord.gg/4BUau4AZre","DiscordInviteLink"]
},
{
location: ["LatviaRiga", [56.94748425529816, 24.003027136431925]],
members: 2,