Fixed maps

This commit is contained in:
a-ill
2023-08-01 16:59:32 +03:00
parent a55e6a3361
commit 564f9fd17e
8 changed files with 23 additions and 11 deletions

View File

@@ -43,7 +43,10 @@
function mapCallback(createMap,content,locale) {
let map = createMap([22, 0],2)
addMarkersEntries(entries,entriesByCountry,map,content,locale,addGroupPinContent,"green")
let options = {
enableCountryGrouping: true,
}
addMarkersEntries(entries,entriesByCountry,map,content,locale,addGroupPinContent,"green",options)
}
function getCountry(x) {