This commit is contained in:
a-ill
2023-07-17 22:05:43 +03:00
parent 3d4ff10566
commit 1e2d5f94af
4 changed files with 4 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ export function addMarkersGroups(map,content) {
for (let gs of Object.values(groupsByCountry)) {
if (gs.length==1) {
let g = {...gs[0]}
g.location[0][1] = ""
g.location[0] = [g.location[0][0]]
addMarkersToLayer(g,groupsMarkersLayerOut,content)
}
else {
@@ -128,7 +128,6 @@ export function addMarkersGroups(map,content) {
members: members,
contact: contact
}
addMarkersToLayer(gNew,groupsMarkersLayerOut,content)
}
}

View File

@@ -102,7 +102,7 @@
#map {
--height: 30rem;
--width: 100%;
--margin-bottom: 3rem;
--margin-bottom: 0.5rem;
}
#text-container {