Widget:Leaflet
Aus Altes Köln
<script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"></script> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css"/>
<script> var map = L.map('mapid').setView([50.94, 6.96], 12);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19, attribution: '© OpenStreetMap contributors'
}).addTo(map);
</script>
