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

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