Entraînement à Kernilis.
Détails
Date | Temps |
---|---|
7 février 2021 | Annulé |
Terrain
Kernilis |
---|
// position we will use later var lat = 48.02876733466672; var lon = -4.096698760986329; // initialize map map = L.map('sp_openstreetmaps_container', { zoomControl:false }).setView([lat, lon], 15); // set map tiles source L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: 'Map data © OpenStreetMap contributors', maxZoom: 18, }).addTo(map); // add marker to the map marker = L.marker([lat, lon]).addTo(map); map.dragging.disable(); map.touchZoom.disable(); map.doubleClickZoom.disable(); map.scrollWheelZoom.disable(); |
Voie romaine, Quimper |