X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5f495b43d18bfa7a9bcaf918aa4db15261bea46a..a7cdb0298d1e4ac2c0685617786c2d20047691a1:/app/assets/javascripts/index/notes.js diff --git a/app/assets/javascripts/index/notes.js b/app/assets/javascripts/index/notes.js index fd5cd3ae9..9feee888c 100644 --- a/app/assets/javascripts/index/notes.js +++ b/app/assets/javascripts/index/notes.js @@ -47,7 +47,7 @@ OSM.initializeNotes = function (map) { icon: noteIcons[feature.properties.status], title: feature.properties.comments[0].text, opacity: 0.8, - clickable: true + interactive: true }); marker.id = feature.properties.id; marker.addTo(noteLayer);