This commit is contained in:
Zsolt Ero
2025-10-17 12:03:31 +02:00
parent 6cf7ddc672
commit d46e26e971

View File

@@ -50,7 +50,7 @@ map.on('load', () => {
// Add default hash if not present // Add default hash if not present
if (!window.location.hash) { if (!window.location.hash) {
alert( alert(
'To change the map language, modify the language code in the URL #.\nLabels will be RED when different. name_xx on line 1, name:xx on line 2', 'To change the map language, modify the language code in the URL #.\nLabels will be RED when different.\nname_xx on line 1, name:xx on line 2',
) )
window.location.hash = '#en' window.location.hash = '#en'
// The hashchange event will trigger applyLanguage() // The hashchange event will trigger applyLanguage()