Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- L.marker([lat,long]).bindPopup('<h1>Titre<h1>').addTo(map);
- L.circle([lat,long], {color: 'red', fillColor: 'blue', fillOpacity: 0.5, radius: 500}).addTo(mymap);
- L.polygon([[lat1,long1],[lat2,long2],[lat1,long1]]).addTo(mymap);
Advertisement
Add Comment
Please, Sign In to add comment