diff --git a/js/plugin/POIMarkers.js b/js/plugin/POIMarkers.js index 500863b..6acf2e4 100644 --- a/js/plugin/POIMarkers.js +++ b/js/plugin/POIMarkers.js @@ -101,7 +101,7 @@ BR.PoiMarkers = L.Control.extend({ content += ""; var self = this; - var marker = L.marker(latlng, { icon: icon, draggable: true, name: name }) + var marker = L.marker(latlng, { icon: icon, draggable: true, name: name, title: name }) .bindPopup(content) .on('dragend', function () { self.fire('update');