X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7bf44e6870ba3448080a5453a43799562174ae48..d5295fb485b136a01da5b538d1e4f096ad0fd4d4:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index fc9435b09..6412962ad 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -285,6 +285,7 @@ end } function addNote() { + map.noteLayer.setVisibility(true); map.noteLayer.addNote(map.getCenter()); }