I want to show these https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench on my Leaflet Map as Markers. Maybe I can use TileLayers but I dont know for sure.
Current Map HTML and JS:
<div id="mapid" style="position: relative; outline: none;"></div> var mymap = L.map('mapid');
Code for a Marker:
L.marker([long, lat]).addTo(map)
2.1m questions
2.1m answers
60 comments
57.0k users