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

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") {