This commit is contained in:
a-ill 2023-07-16 14:22:48 +03:00
parent 8d6fcd4667
commit f1defcd241
24 changed files with 40 additions and 24 deletions

View File

@ -42,7 +42,7 @@ export let communesMarkersLayer = L.layerGroup()
export function addMarkersCommunes(map,content) {
for (let g of communes) {
let coordinates
let text = "<b>Commune</b><br>"
let text = "<b>"+content["Commune"]+"</b><br>"
for (let field in g) {
let fieldText = content[field] + ": "
if (field=="contact") {

View File

@ -39,7 +39,7 @@ export let coopsMarkersLayer = L.layerGroup()
export function addMarkersCoops(map,content) {
for (let g of coops) {
let coordinates
let text = "<b>Cooperative</b><br>"
let text = "<b>"+content["Cooperative"]+"</b><br>"
for (let field in g) {
let fieldText
if (field!="logo") {

View File

@ -60,7 +60,7 @@ let contactGeneral =["https://discord.gg/4BUau4AZre","DiscordInviteLink"]
function addMarkersToLayer(g,layer,content) {
let coordinates
let text = "<b>Group</b><br>"
let text = "<b>"+content["Group"]+"</b><br>"
for (let field in g) {
let fieldText = content[field] + ": "
if (field=="contact") {

View File

@ -25,7 +25,7 @@ export let partiesMarkersLayer = L.layerGroup()
export function addMarkersParties(map,content) {
for (let g of parties) {
let coordinates
let text = "<b>Party</b><br>"
let text = "<b>"+content["Party"]+"</b><br>"
for (let field in g) {
let fieldText
if (field!="logo") {

View File

@ -9,5 +9,6 @@
"contact": "Contact",
"forming": "forming",
"WhatsAppInviteLink": "WhatsApp invite link",
"DiscordInviteLink": "Discord invite link"
"DiscordInviteLink": "Discord invite link",
"Commune": "Commune"
}

View File

@ -17,6 +17,7 @@
"DiscordInviteLink": "Discord invite link",
"descriptionChironHealth": "Chiron Health is a health platform providing courses and services on the topics of nutrition, exercise, sleep and mental wellbeing.",
"herbalTeas": "herbal teas",
"kuuskDescription": "Kuusk is an online store that sells herbal teas from exclusively local wild plants, as well as an online gathering course."
"kuuskDescription": "Kuusk is an online store that sells herbal teas from exclusively local wild plants, as well as an online gathering course.",
"Cooperative": "Cooperative"
}

View File

@ -7,5 +7,6 @@
"members": "Members",
"contact": "Contact",
"DiscordInviteLink": "Discord invite link",
"WhatsAppInviteLink": "WhatsApp invite link"
"WhatsAppInviteLink": "WhatsApp invite link",
"Group": "Group"
}

View File

@ -7,5 +7,6 @@
"members": "Members",
"link": "Link",
"description": "Description",
"descriptionRoots": "We are a left libertarian organization based in Ireland. We have a focus on rebuilding the country's infrastructure, sense of governance, housing, agricultural industries and youth affairs."
"descriptionRoots": "We are a left libertarian organization based in Ireland. We have a focus on rebuilding the country's infrastructure, sense of governance, housing, agricultural industries and youth affairs.",
"Party": "Party"
}

View File

@ -8,5 +8,6 @@
"contact": "Контакт",
"forming": "формируется",
"WhatsAppInviteLink": "WhatsApp ссылка",
"DiscordInviteLink": "Discord ссылка"
"DiscordInviteLink": "Discord ссылка",
"Commune": "Коммуна"
}

View File

@ -17,5 +17,6 @@
"DiscordInviteLink": "Discord ссылка",
"descriptionChironHealth": "Chiron Health — это платформа о здоровье, предлагающая курсы и услуги по вопросам питания, физических упражнений, сна и психического благополучия",
"herbalTeas": "травяные чаи",
"kuuskDescription": "Kuusk — интернет-магазин, в котором продаются травяные чаи исключительно из местных дикорастущих растений, а также онлайн-курс по собирательству."
"kuuskDescription": "Kuusk — интернет-магазин, в котором продаются травяные чаи исключительно из местных дикорастущих растений, а также онлайн-курс по собирательству.",
"Cooperative": "Кооператив"
}

View File

@ -6,5 +6,6 @@
"members": "Участники",
"contact": "Контакт",
"DiscordInviteLink": "Discord ссылка",
"WhatsAppInviteLink": "WhatsApp ссылка"
"WhatsAppInviteLink": "WhatsApp ссылка",
"Group": "Группа"
}

View File

@ -8,5 +8,6 @@
"link": "Ссылка",
"description": "Описание",
"ireland": "Ирландия",
"descriptionRoots": "Мы — левая либертарная организация, базирующаяся в Ирландии. Мы уделяем особое внимание восстановлению инфраструктуры страны, самоуправлению, жилищному строительству, сельскохозяйственной промышленности и делам молодежи."
"descriptionRoots": "Мы — левая либертарная организация, базирующаяся в Ирландии. Мы уделяем особое внимание восстановлению инфраструктуры страны, самоуправлению, жилищному строительству, сельскохозяйственной промышленности и делам молодежи.",
"Party": "Партия"
}

View File

@ -42,7 +42,7 @@ export let communesMarkersLayer = L.layerGroup()
export function addMarkersCommunes(map,content) {
for (let g of communes) {
let coordinates
let text = "<b>Commune</b><br>"
let text = "<b>"+content["Commune"]+"</b><br>"
for (let field in g) {
let fieldText = content[field] + ": "
if (field=="contact") {

View File

@ -39,7 +39,7 @@ export let coopsMarkersLayer = L.layerGroup()
export function addMarkersCoops(map,content) {
for (let g of coops) {
let coordinates
let text = "<b>Cooperative</b><br>"
let text = "<b>"+content["Cooperative"]+"</b><br>"
for (let field in g) {
let fieldText
if (field!="logo") {

View File

@ -60,7 +60,7 @@ let contactGeneral =["https://discord.gg/4BUau4AZre","DiscordInviteLink"]
function addMarkersToLayer(g,layer,content) {
let coordinates
let text = "<b>Group</b><br>"
let text = "<b>"+content["Group"]+"</b><br>"
for (let field in g) {
let fieldText = content[field] + ": "
if (field=="contact") {

View File

@ -25,7 +25,7 @@ export let partiesMarkersLayer = L.layerGroup()
export function addMarkersParties(map,content) {
for (let g of parties) {
let coordinates
let text = "<b>Party</b><br>"
let text = "<b>"+content["Party"]+"</b><br>"
for (let field in g) {
let fieldText
if (field!="logo") {

View File

@ -9,5 +9,6 @@
"contact": "Contact",
"forming": "forming",
"WhatsAppInviteLink": "WhatsApp invite link",
"DiscordInviteLink": "Discord invite link"
"DiscordInviteLink": "Discord invite link",
"Commune": "Commune"
}

View File

@ -17,6 +17,7 @@
"DiscordInviteLink": "Discord invite link",
"descriptionChironHealth": "Chiron Health is a health platform providing courses and services on the topics of nutrition, exercise, sleep and mental wellbeing.",
"herbalTeas": "herbal teas",
"kuuskDescription": "Kuusk is an online store that sells herbal teas from exclusively local wild plants, as well as an online gathering course."
"kuuskDescription": "Kuusk is an online store that sells herbal teas from exclusively local wild plants, as well as an online gathering course.",
"Cooperative": "Cooperative"
}

View File

@ -7,5 +7,6 @@
"members": "Members",
"contact": "Contact",
"DiscordInviteLink": "Discord invite link",
"WhatsAppInviteLink": "WhatsApp invite link"
"WhatsAppInviteLink": "WhatsApp invite link",
"Group": "Group"
}

View File

@ -7,5 +7,6 @@
"members": "Members",
"link": "Link",
"description": "Description",
"descriptionRoots": "We are a left libertarian organization based in Ireland. We have a focus on rebuilding the country's infrastructure, sense of governance, housing, agricultural industries and youth affairs."
"descriptionRoots": "We are a left libertarian organization based in Ireland. We have a focus on rebuilding the country's infrastructure, sense of governance, housing, agricultural industries and youth affairs.",
"Party": "Party"
}

View File

@ -8,5 +8,6 @@
"contact": "Контакт",
"forming": "формируется",
"WhatsAppInviteLink": "WhatsApp ссылка",
"DiscordInviteLink": "Discord ссылка"
"DiscordInviteLink": "Discord ссылка",
"Commune": "Коммуна"
}

View File

@ -17,5 +17,6 @@
"DiscordInviteLink": "Discord ссылка",
"descriptionChironHealth": "Chiron Health — это платформа о здоровье, предлагающая курсы и услуги по вопросам питания, физических упражнений, сна и психического благополучия",
"herbalTeas": "травяные чаи",
"kuuskDescription": "Kuusk — интернет-магазин, в котором продаются травяные чаи исключительно из местных дикорастущих растений, а также онлайн-курс по собирательству."
"kuuskDescription": "Kuusk — интернет-магазин, в котором продаются травяные чаи исключительно из местных дикорастущих растений, а также онлайн-курс по собирательству.",
"Cooperative": "Кооператив"
}

View File

@ -6,5 +6,6 @@
"members": "Участники",
"contact": "Контакт",
"DiscordInviteLink": "Discord ссылка",
"WhatsAppInviteLink": "WhatsApp ссылка"
"WhatsAppInviteLink": "WhatsApp ссылка",
"Group": "Группа"
}

View File

@ -8,5 +8,6 @@
"link": "Ссылка",
"description": "Описание",
"ireland": "Ирландия",
"descriptionRoots": "Мы — левая либертарная организация, базирующаяся в Ирландии. Мы уделяем особое внимание восстановлению инфраструктуры страны, самоуправлению, жилищному строительству, сельскохозяйственной промышленности и делам молодежи."
"descriptionRoots": "Мы — левая либертарная организация, базирующаяся в Ирландии. Мы уделяем особое внимание восстановлению инфраструктуры страны, самоуправлению, жилищному строительству, сельскохозяйственной промышленности и делам молодежи.",
"Party": "Партия"
}