X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=js%2Fmap.js;h=dd3b57379dba2eddae10e8efe3647ecc80ec9138;hp=d07cd743682289b924cc6142399eee4c5b688291;hb=b5c85133ec6760a5f4b9ea49d074ec37f044112d;hpb=77d82263ff95adc00f8a0e4aa14000001d726c4a diff --git a/js/map.js b/js/map.js index d07cd74..dd3b573 100644 --- a/js/map.js +++ b/js/map.js @@ -187,6 +187,7 @@ function setMapStyle() { gTiles = {}; document.getElementById("copyright").innerHTML = gMapStyles[gActiveMap].copyright; + showUI(); drawMap(); } }