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

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