Pretty simple question: How can I make the map markers in Leaflet clickable and route the user to an other page? Every marker has its own page.
I\'ve tried the follo
You could also use a popup which can display HTML
marker.bindPopup(htmlString);