This commit is contained in:
a-ill
2023-07-10 17:42:33 +03:00
parent 163ddf2849
commit a817eade8b
8 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
let locale = loadLocaleContent(content,"cooperatives-component",loaded)
function mapCallbackCoops(createMap,content) {
let map = createMap([51.505, -0.09],2)
let map = createMap([22, 0],2)
addMarkersCoops(map,content)
}