diff --git a/index.js b/index.js index 57f7d05..52b40d2 100644 --- a/index.js +++ b/index.js @@ -32,7 +32,7 @@ function logoccupation(...str) { } function onMapClick(e) { - loginfo("Даблклик", e.latlng.toString()); + loginfo("click on:", e.latlng.toString()); } window.onload = async () => { @@ -163,7 +163,7 @@ window.onload = async () => { ` ${ feature?.properties?.amount - ? `
Население - ${feature.properties.amount} чел.
` + ? `
Population - ${feature.properties.amount} people.
` : "" }
@@ -223,7 +223,7 @@ window.onload = async () => { )}
- Основание: ${country.date} + Founding date: ${country.date}
${ @@ -237,7 +237,7 @@ window.onload = async () => {
${ country.about - ? `Подробнее` + ? `About` : "" }