rodolpheg

Untitled

Feb 11th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. // créer la carte
  2. var fondDeCarte = L.tileLayer('https://api.mapbox.com/styles/v1/mapbox/outdoors-v11/tiles/{z}/{x}/{y}?access_token=VOTRE_TOKEN')
  3. var maCarte = L.map('Carte', {
  4. center: [45.52,-73.63],
  5. zoom: 13,
  6. layers: fondDeCarte,
  7. zoomControl: false
  8. });
  9. maCarte.setView([0,0], 2);
Advertisement
Add Comment
Please, Sign In to add comment