This commit is contained in:
Zsolt Ero
2024-01-17 02:19:24 +01:00
parent 3200f3df40
commit 2a337338a9
3 changed files with 40 additions and 5 deletions

View File

@@ -24,5 +24,6 @@ function selectStyle(style) {
map.setPitch(0)
map.setBearing(0)
document.getElementById('style-url-code').innerText = styleUrl
const spans = document.querySelectorAll('#style-url-code span')
spans[2].innerText = '/' + style
}