26.03.22 Dorfhainer SV – SpG 1.Männer 6 : 0 (3:0)
von
Thomas Schön
·
Veröffentlicht
· Aktualisiert

—

Spielbericht folgt…
–> zum Spiel
–> Bilder
Spielstätte
Sportanlage Dorfhain |
// position we will use later
var lat = 50.9347;
var lon = 13.563211000000024;
// initialize map
map = L.map('sp_openstreetmaps_container', { zoomControl:false }).setView([lat, lon], 15);
// set map tiles source
L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', {
attribution: 'Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community',
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();
|
Schulstraße 4, 01738 Dorfhain, Deutschland |