]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/new_note.js
Rename 'clickable' to 'interactive' per leaflet 1.x change
[rails.git] / app / assets / javascripts / index / new_note.js
index 53697e65b584d20686d3ee9bf3d200878fb9fac2..54c0b0db150ff25bb2c36a02b540b55cf612ba83 100644 (file)
@@ -69,7 +69,7 @@ OSM.NewNote = function(map) {
     var marker = L.marker(feature.geometry.coordinates.reverse(), {
       icon: noteIcons[feature.properties.status],
       opacity: 0.9,
-      clickable: true
+      interactive: true
     });
     marker.id = feature.properties.id;
     marker.addTo(noteLayer);