Update
This commit is contained in:
@@ -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) {
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user