rodolpheg

Untitled

Feb 4th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. L.marker([lat,long]).bindPopup('<h1>Titre<h1>').addTo(map);
  2. L.circle([lat,long], {color: 'red', fillColor: 'blue', fillOpacity: 0.5, radius: 500}).addTo(mymap);
  3. L.polygon([[lat1,long1],[lat2,long2],[lat1,long1]]).addTo(mymap);
Advertisement
Add Comment
Please, Sign In to add comment