Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.2k views
in Technique[技术] by (71.8m points)

javascript - Show amenity=bench from OSM on Leaflet Map

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)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...